Alan Hoffmeister

Results 10 issues of Alan Hoffmeister

This repository has beed awarded by Dollynho so I think we should add the award at the top of `README.md`. No tests, sorry.

Hello there, I'm trying to spawn futures inside my actor but I'm not sure how to get access to the inner `ThreadPool`. This is as far as I got: ```rust...

The caveats mention that one should not use `copy` since it can easily blow up the stack size. What's the recommended method for passing bytes from one stream into another?

question

`SetDocAttrStep.fromJSON` was missing one argument. http://prosemirror.net/docs/ref/#transform.Step^fromJSON

This PR implements the following APIs: * [`Element.tagName`](https://developer.mozilla.org/en-US/docs/Web/API/Element/tagName) * [`Node.ownerDocument`](https://developer.mozilla.org/en-US/docs/Web/API/Node/ownerDocument) It will allow the following code to operate correctly: ```javascript import React from 'react'; import ReactDOM from 'react-dom'; import undom...

Hello there, I'm trying to compile `may` but it looks like `generator` doesn't likes my Raspberry Pi v2. I used this command to try to build it: ``` git clone...

help wanted

* Allows the initial sequence ID to be passed as a string: `client.createProducer({initialSequenceId: '1234'})` so JS can send 64 bits integers encoded as string. * Allows the message sequence ID...

type/bug

Hello there, Right now the producer's sequence ID is limited to 4 bytes here: - https://github.com/apache/pulsar-client-node/blob/master/src/ProducerConfig.cc#L76 - https://github.com/apache/pulsar-client-node/blob/master/src/Message.cc#L174 However we could allow 8 bytes integers if we allow producer/message to...

type/feature
triage/week-40

Versions: * npm: @deepstream/client v4.1.3 * docker: deepstreamio/deepstream.io:latest In this test the `hello-world` record contains a simple object: `{hello: 'world'}`. The test file: ```javascript const deepstream = require('@deepstream/client'); const client...

Hello there, The resources created by `atomFamily` and `selectorFamily` are not being properly freed when the specific `key` changes or if the component using the related `RecoilState` unmounts. Since I...

help wanted
performance