Martin Heidegger

Results 182 issues of Martin Heidegger

It kinda works that way, as the tests are missing I am not sure if something broke 😅

The current API instantiates a new object for locales. It would be awesome if the system could work without instantiation of any kind (neither arrays: `.split`) nor instances of locales.

Folders with a `_` prefix are ignored by tools like `gvt`. This PR renames the folder and reference.

When #228 introduced for path normalization ( `@` → `%40` ) this block of code was added: https://github.com/sourcegraph/javascript-typescript-langserver/blob/1c9317e92aa02edb8ea3bc95556e9baee9505cea/src/util.ts#L46 Unfortunately `decodeURIComponent` doesn't work if the path looks something like `.../node_modules/@expo/traveling-fastlane-darwin/traveling-fastlane-1.11.3-osx/lib/vendor/ruby/2.2.0/gems/fastlane-2.136.0/fastlane/lib/fastlane/plugins/template/%gem_name%.gemspec.erb` and...

`opts.id` - whether generated or passed-in - has the potential to be the same between two given peers. If two peers connect it would be good that the handshake would...

One of the missing features of hypercore is [`getBatch`](https://github.com/hypercore-protocol/hypercore/#feedgetbatchstart-end-options-callback) which is relevant to https://github.com/hypercore-protocol/hypercore-streams/pull/6

Companion PR to https://github.com/hypercore-protocol/hypercore/pull/291, adding `onfeedauthenticate` hook to corestore networker. _Note: the PR needs 291 to be merged and released before the dependency can be updated. Until then I opened...

To visualize the current state of the daemon and any further changes in a desktop app, it would be good to have a stream one could subscribe to that would...

Updates several links that are out-of-date. One link to the difference between hypercore and remote-hypercore was open as TODO. I thought it might be a good idea to create a...