-
https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dapi/lib/externalApis/dashcore/rpc.js#L195-L203
This is not a valid RPC, this should be removed.
-
https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dapi/lib/externalApis/dashcore/rpc.js#L233C1-L247
This is not a Dashcore RPC and should be removed.
-
Attempting to create a new client on `mainnet` throws an error.
## Expected Behavior
it should start a client connected to `mainnet`
## Current Behavior
`new Dash.Client({ network: 'mainnet' }…
-
Shapes are important to describe business objects (entities) in RDF, see #63.
There are several shape or shape-like languages:
- SHACL
- ShEx
- JSONLD Frames
- GraphQL
Note: there are other RD…
-
Hello. Thanks for this great add-on.
When I define on my ACS "mail.testmessage.send=true" (So that Alfresco send an e-mail every time the system starts up) the plugin fails to be deployed.
It work…
-
I'm trying to build a servant client to query an API for which I have a swagger file. I used the swagger-codegen tool to generate a servant API library.
TL;DR
- the generated lib fails to comp…
-
Hello @tdefa, I wanted to know if it would be possible to add a setting to disable the tqdm progress bars from ComSeg?
It has a lot of logs, so when we run ComSeg multiple times (e.g., in Sopa), we…
-
### Bug description
I've spent the last few months working on a Discord bot called Puddleshine. It's a gacha card collector bot that includes all of the characters from the popular novel series Warri…
-
If I have a locally running instance of a MySQL database how can I connect it to Alfresco CE? I already have the default containerized MariaDB working fine with Alfresco though my concern is moreso co…
ammxr updated
5 months ago
-
I run with no_segement_analysis = False and get this error
ValueError: n_components=4 must be between 0 and min(n_samples, n_features)=2 with svd_solver='full'
So I set n_components = 2 and the …