-
Writing a file from archive in `dat-node` results in empty file.
```js
var Dat = require('dat')
var filePath = 'hello.txt'
var fileContent = 'echo 123'
Dat('./test', function (err, dat) {
…
-
```python
exp = Experiment(ws, 'hyperdrive')
exp_runs = exp.get_runs()
run_id = '#hyperdrive_run_id'
for run in exp_runs:
if run.id == run_id:
break
# this takes quite some time
…
-
### Guidelines
- [X] I checked for duplicate bug reports
- [X] I tried to find a way to reproduce the bug
### Version
Main (Production)
### What happened? What did you expect to happen?
I saw on …
-
I am using HyperDrive in my pipeline via the `HyperDriveStep`. How can I export the model from the best HyperDrive run, register it, and use it in a following step?
In the doc, you refer to `Train…
-
(**NOTE** This proposal is part 1c of [Positioning, vision and future direction of the Dat Project](https://github.com/datproject/discussions/issues/58))
In https://github.com/datproject/discussion…
-
Hi,
Thanks for this library. We are using Cloudflare Workers and trying to connect to a database that requires SSL. The application crashes with "Error: Connection terminated unexpectedly".
Is t…
-
The help-line says that it’s performing “configuration”. However, it’ll actually create a special folder in the user directory. What’s the purpose of this folder? What is FUSE?
-
OS: NixOS 20.03, Linux kernel 5.4.41
Node version: 13.8.0, installed from NPM
I'm noticing that if the daemon has been running for a while, the CLI becomes increasingly slow. A simple `hyperdrive st…
-
Hey there, Commander!
I eagerly boarded the hype train to play Space Shooters, but when I docked at this repository, I found... space. Not the cool kind with stars and epic battles, but the void ki…
-
Users should know their individual reward balance which hasn't been distributed yet. This is more difficult to do since we need to look up the user's split amount, divide that by the total split amoun…