Nicolas Goy

Results 79 issues of Nicolas Goy

### Steps to reproduce - Build a release with `mix release` - Start app with `./bin/myapp start` - Issue any RPC command like `./bin/myapp remote_console` ### Logs Error when trying...

bug:has-workaround
deployment:scripts
os:bsd

I'd like the following: ``` typescript var a = 1, b = 2, c = 3; ``` To be aligned like so: ``` typescript var a = 1, b =...

When ActiveRecord::Base.include_root_in_json is set to false, CappuccinoResource stops working. The workaround is simple, all the "attributes = response[[self railsName]]" must be replace by "attributes = response". Of course, a configuration...

The current implementation will try to execute the job on the current node as soon as it is enqueued, using database only for handling the failure of the job. It...

Currently, `prettyping -6 ` calls `ping6` binary, but current `ping` supports a `-6` flag directly. On archlinux there is no `ping6` binary anymore so `prettyping -6` fails. I think the...

I think that a language success is very dependent on the tooling. And having good editor support is step one. This is not a rhai issue per se, but I...

help wanted
new feature

The [elm syntax guide][1] is missing hex integer literals, like so: ```elm 0x20 : number ``` Other supported number formats might also be missing as I am not familiar with...

In sway, I can use output full name as reference, for example: `set $left "Dell Inc. DELL U2715H H7YCC62P0EBS"` and the use `$left` in my config. But with mako, I...

enhancement