Rehno Lindeque

Results 32 issues of Rehno Lindeque

**Is your feature request related to a problem? Please describe.** I regularly use `git reset --patch` as the inverse of `git add --patch` and need to do this manually right...

enhancement

Since the sortable table performs its sorting internally it is not possible to do any client-side paging while maintaining the global sort order for all of the data in the...

For example, instead of ``` require "foo/bar" ``` it is possible to write ``` require "foo/bar.js" ``` or ``` require "foo/bar.coffee" ``` I believe this behavior is compatible with node.js....

When recursively calling `this(...)` the private members `this._pattern`, `this._datatype` and `this._tag` are updated in a stateful manner and probably won't retain their values after `this(...)`. Probably we need to restore...

bug

I quickly looked under the hood of this library because I needed to handle `None` values in my own dataset, but felt suspicious that this is trying to do something...

Similar to 88494fb80f6f9c3aa0f0f1591475a6ca181b2f98 this adds support for `Optional[ImmutableValidatedObject]` ### Usage * Support for optional sub-modules with required sub-options. * Simplify auto-generating plugin code from API definitions that follow this pattern....

Currently ipfs companion is completely disabled when ipfs is run in offline mode. I.e. ``` ipfs daemon --offline ``` However, it should still be possible to pin content when not...

kind/bug
help wanted
good first issue
P2
status/ready
exp/beginner

My apologies in advance for abusing the issues to ask a rather naive question. I'm trying to gauge how far off some reasonably simple object detection would be in grenade?...

```nix { pkgs, lib, }: { package = with pkgs; with lib; { }; } ``` becomes ```nix { pkgs, lib, }: { package = with pkgs; with lib; {...

type | bug
component | style
status | it is a good thing

When tiling a text-editor next to elm-reactor the error message often gets pushed off the left side of the screen which makes it difficult to read. This little patch keeps...