Allain Lalonde

Results 19 issues of Allain Lalonde

The use of callback functions when EventEmitters are readily available is problematic since there are limitations that are self imposed by using them. - Only one callback can be registered...

_update and update were names that did not properly reflect what the callback was doing.

Seems that zooming out doesn't take the panned location into account when zooming back out. To demonstrate the problem zoom in on the box labelled "Float" then pan down to...

It got in the way of my "city" field. The browser would pipe up and start offering auto-fills that were not in my completions list.

the check for whether the attribute name contains attr will always return -1 because line 118 removes them. By changing line 121, at least the attributes are respected.

If I set up a service that invokes a process on demand, can multiple executions of a process be running on the same engine at the same time or do...

Server version: 2.0.0 Client version: 2.0.0 It would appear that let's encrypt needs me to specify the chain.pem file as well as the private key and cert. When configuring apache...

`SCHEME_REGEX.test("testing123/blahblah/dat://test")` should not match the regex

Because the props are not known at compile time, the generated code for the following JSX is incorrect. It does not handle `style` at all. ```jsx import React from 'react'...