Category "package"

how to reveal/unrveal password inside input in Data Driven Forms (it npm react package)?

I have a custom form imported from node_module as import FormRenderer from "@data-driven-forms/react-form-renderer/form-renderer"; this form requires schema in

Incomplete file/copyright headers in Swift Package with Xcode 12 / 13

Is there any way to automatically add package/target name and copyright + company name to the header when creating new files while developing a swift package wi

How to customize the carousel_slider in flutter?

I'm trying to customize the carousel_slider package. The expected output should be like this: But right now, I have an output like this: I want to hide the ri

How to download a full package dependency chain using conda?

I have a requirements file that describes the conda packages I need. These are required dependencies in a script I want to run. The script needs to run on a mac

"go get" command not generating the bin folder when it is run in a shell script

I have installed go package. When I go to the instance(VM) and run the command go get github.com/linkedin/Burrow from a terminal/cmd it is downloading both "sr

Cannot install any packages with pip I got this error ImportError: cannot import name 'appdirs'

When I try install any packages with pip or use pip I got the following error: ImportError: cannot import name 'appdirs' an Example: !pip install tweepy Tra

Problem in running PYMC3 - I cannot do sampling and get the trace results

I am a new learner in PYMC3 and I installed the package recently and i tried to run a sample example from the pcmc3 avilbale examples which is this one: Binomia

Graph Embedding in WEKA

when WEKA is capable of handling plain text, Images, etc., I think it wont be a problem to handle graph embedding. I strongly below it will be augmented with gr

Atom linter doesn't recognize classes in the same package

I currently have the linter package (here: apm install linter) and the linter-javac package (here: apm install linter-javac). It works great for the most part,

How to install sklearn on visual studio 2019?

I'm working on a sample project with python language and visual studio 2019 IDE and I want to know how/where can I install packages like "sklearn"? When I run

How can I specify which Python version poetry should create venv?

I started using Poetry recently. I really like straightforward package management, but I can’t seem to resolve one thing: The Python version it should use

package from Bioconductor has a dependency from CRAN that requires version of R that is not compatible

A particular situation we've encountered is when we try to install a specific R package version from Bioconductor. Dependencies of this package may not be pinne

Adjacent package does not exist

I have a public class Mountain in Four\ Seasons\ Lab/things/Mountain.java and try to import the class public class Triangle, which is in Four\ Seasons\ Lab/shap

How to solve : EnrichR website not responding?

I have faced with working EnrichR, is there any solution to solve it? install.packages("enrichR") library(enrichR) dbs <- listEnrichrDbs() `EnrichR websit

What is the package.json file?

As a new Developer I'd like more information about json file. I know that The this file is the heart of a Node.js system. This file holds the metadata for a par

Execute Process Task in SSIS for Python Script

I'm trying to execute a python script by SSIS Execute Process Task. The Python script is correct. This script read data from yfinance and do some calculation,

How do packages work in Java, specifically when using VSCode?

I'm trying to create a folder called 'a' within a project that I'm currently in in VSCode. Within this folder, I am trying to create a file called Solution.java

Null safety migration error: package has unmigrated dependencies. But all my dependencies declare support for null-safety

Im trying to migrate dart null safety but I get the following error when I run dart migrate Bad state: Error: package has unmigrated dependencies. Before migra

Can I load .npy/.npz files from inside a python package?

I am trying to create my own python package where hopefully one day other people will be able to contribute with their own content. For the package to work it m

How to exclude files from pub publish for Dart packages?

Is there any way to exclude certain files or directories from pub publish for dart packages? I am publishing a package that has so many screenshots. I want the