David Geary

Results 16 comments of David Geary

Sass's [`@extend`-only selectors](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#placeholders) might fit in well with this approach. Defining Bulma's core classes as placeholder selectors would make it simpler for developers to construct their own semantic selectors using...

I'm seeing the same result (using the latest version 7.6.0) when receiving a string array via: ``` csharp var result = await couchdb.Views.QueryAsync(query); ``` Each string in the array contains...

Same here. I'm currently running on: - nvm 1.1.7 - node 12.3.1 - npm 6.9.0 and it all works as expected. But I've just upgraded with `nvm install latest`, which...

FYI, just installed 14.15.4 (node's latest active LTS version) with npm 6.14.10, and it too is working fine.

@coreybutler TBH, the fact that NVM4W works fine with 6.9.0 and 6.14.10 made me assume it was really an npm issue anyway (but I thought it worth adding my info...

Looks like it's an issue with npm. A new version of node (15.8.0) was released a few days ago that now includes npm 7.5.1. Installing this with NVM4W works correctly,...

@AndrewBasiuk @wetternest Using this in an Angular project (with typescript v4.7.4) has long required me to include Prosemirror types in the project's dev-dependencies for: - @types/prosemirror-commands - @types/prosemirror-inputrules - @types/prosemirror-model...

This is particularly relevant given that the `AlertInput` class allows min and max values to be specified, but handles it silently by preventing the alert from exiting, so the user...

AFAIK, Bootstrap 5 has dropped support for IE completely - see [Browsers and devices](https://getbootstrap.com/docs/5.0/getting-started/browsers-devices/#internet-explorer) - so this is probably to be expected.

AFAICS, the only place this new capability of including the assembly name is mentioned is in the list of [NLog 5.0 changes](https://nlog-project.org/2021/08/25/nlog-5-0-preview1-ready.html): > This means custom targets requires explicit <add...