-
When I try and use bundler to install the nokogiri gem into a folder with spaces in the name, it crashes out when running extconf.rb.
Here's my Gemfile:
```
source 'https://rubygems.org'
gem 'nokogi…
-
Start fluentd with fluent-plugin-prometheus,
```
% bundle list
Gems included by the bundle:
* async (1.26.2)
* async-http (0.52.4)
* async-io (1.30.0)
* async-pool (0.3.2)
* concur…
-
Currently ScalaJS is not that suitable for mobile development because of monolithic `xxx-opt.js`.
While loading hundreds Ks of javascript on typing site URL is perfectly appropriate for many situatio…
scf37 updated
4 years ago
-
## Issue description
lolcat seems to clash with travis regarding a LICENSE.md.
### Steps to reproduce
```
$ nix-env -iA nixpkgs.travis
...
$ nix-env -iA nixpkgs.lolcat
installing 'lolcat-…
-
There's a common issue with Ruby's `ensure` blocks where resources can leak (fail to clean up as expected) where an 'asynchronous interrupt' may cause a block to exit before executing critical cleanup…
-
## Problem Statement
Currently in Parcel v2, dependencies are resolved to files and the resulting file paths are matched against the configured globs in the `.parcelrc` file to see which pipeline t…
-
It would be useful to have an `--ignore` option similar to what bundler-audit has.
-
We now have this fantastic ability to create behaviours in the event sheet.
We also have the ability to write js code- straight in the event sheet.
But what use is writing js code for your game, w…
-
Hi,
There are some test failures:
```
FFF..............
Failures:
1) TTY::Which#which with extension handles path with executable file C:\Program Files\Git\bin\git
Failure/Error: ex…
-
https://github.com/TykTechnologies/tyk/blob/c607854b9d50d40b79695e9f60a50c47a356e3f8/coprocess_python.go#L247-L254
Should the IF in line 247 evaluate true because of any reason. The release memory …