Results 20 issues of Poga Po

`SyncArbiter` allows us to put blocking statements to separated threads. `LuaActor` is implemented with `AsyncContext`. In order to start an actor with `SyncArbiter`, it has to with `SyncContext`. However, `SyncContext`...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, you can't register `LuaActor` to `System` or `Arbiter` since it does not implement `SystemService`. In order to implement `SystemService`,...

enhancement

For example, `ICLR DPML 2021` or `NIPS 2021`

help wanted

In https://github.com/ydataai/ydata-quality/commit/9c8d628aefdb4d66c024b246aa2ded94aad41a2a we switched from GPLv3 to MIT. This commit update the license link in README to reflect the change

### Version hyperdrive: 9.15.0 random-access-memory: 3.1.1 ### Code to reproduce ```javascript const hyperdrive = require('hyperdrive') const ram = require('random-access-memory') let archive = hyperdrive(ram) for (let i = 0; i <...

`drive.readFile()` will wait for its metadata to finish downloading before firing callback. `drive.readdir` does not. Here's an example ```js const hyperdrive = require('hyperdrive') const swarm = require('hyperdiscovery') const ram =...

I've encountered a weird issue, not sure if it's intended. I have two file: `index.js` ``` js var hyperdrive = require('hyperdrive') var level = require('level') var swarm = require('hyperdrive-archive-swarm') var...

https://blog.hypercore-protocol.org/posts/announcing-hyperdrive-10/

Currently, we only support text-based(text, action) messages. Although we can easily support file sharing via putting files into hyperdrive. There're some concerns: * The performance impact of storing large binary...

help wanted
good first issue

After https://github.com/ailabstw/pttai-next/pull/14, hub service crashes with a core dump.