Ville Lautanala

Results 10 issues of Ville Lautanala

This implements `time_class` option to `Chronic.parse`. You can still set the global default with `Chronic.time_class`. The implementation is a bit brute force-ish. I used options hash given to most handler...

Ruby 2.3 changed the format of argument error exceptions. Use a matcher that matches both pre-2.3 and 2.3 messages.

``` ruby-1.9.2-p180 :009 > Mustang::Context.new.eval("(function() { return \"\\0foo\"; }())").length => 0 ``` See cowboyd/therubyracer#78

On armv7 and some other architectures, compiling nix 0.12 / latest libc errors with error[E0425]: cannot find value `PTRACE_SETFPXREGS` in module `libc` --> /cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.12.0/src/sys/ptrace/linux.rs:85:9 | 85 | PTRACE_SETFPXREGS, Nix 0.14...

Migrate the project to use Safari Web Extensions. This PR mostly works, but code signing does not: the built app requires "Allow unsigned extensions" to be enabled. Also currently the...

All features might not be preference for everyone. The Chrome extensions allows defining disabled features, so it should be possible in the Safari version too.

The following features crash the rendering: * show-recently-pushed-branches-on-more-pages * split-issue-pr-search-results These use `` custom elements, which seems to ve related somehow. The features are disabled by default, but it would...

Th extension storage is limited to the lifetime of the extension instance - it’s just a variable in the extension class. In Chrome, the `chrome.storage.local` and `chrome.storage.sync` persists over browser...

Allow installation without having @rspack/core. This saves some space in node modules and avoids extra dependencies. Arguably, the same approach could be used for webpack too.