Márton Salomváry
Márton Salomváry
Latest lftp stops working on connect with the following error: `objc[58253]: +[__NSPlaceholderDictionary initialize] may have been in progress in another thread when fork() was called.` `objc[58253]: +[__NSPlaceholderDictionary initialize] may have...
Given this example: ``` javascript foo('baz', 'bar') bar('bar') baz(x) ``` I want to match things like: - first argument is 'baz' - function call where arguments are exactly 'bar' or...
I have a use case where a click on an absolute positioned element immediately hides that element and the elements behind it receive an undesired mouseenter event. The mouseenter doesn't...
Given this added to [test/unexpected.spec.js](https://github.com/unexpectedjs/unexpected/blob/master/test/unexpected.spec.js): ``` describe('bug', () => { it('fails for FormData with "Maximum call stack size exceeded"', () => { expect(new FormData(), 'to satisfy', new FormData()); }); it('fails...
## Description When the autocomplete form and input is placed in an absolute positioned container (eg. a modal dialog) and a custom `panelContainer` is used (pointing to an element in...
It would be nice to change the look of Select's down arrow but there seems to be neither any way of overriding the SVG image nor passing in a style...
Workaround: add something like `marginRight: 25px` to the select.
The problem: I could not test it on this repo locally because `yarn build` and `yarn start` still apparently results in old code being used on the examples and I...
Django recommends [1] storing static files under a folder matching the app name, eg. `my_app/static/my_app/example.jpg`. Why is this useful? Because all static folders from all apps will be merged into...
Node version `v0.10.31` Npm version `1.4.23` ``` $ node ./index.js node_modules/connect/node_modules/qs/lib/index.js:5 const Stringify = require('./stringify'); ^^^^^ SyntaxError: Use of const in strict mode. at Module._compile (module.js:439:25) at Object.Module._extensions..js (module.js:474:10) at...