Brandon Cheng

Results 35 issues of Brandon Cheng

As outlined in the [3rd party modules with C/C++ addons](https://github.com/rogerwang/node-webkit/wiki/Using-Node-modules#3rd-party-modules-with-cc-addons) section of the node-webkit wiki, native modules with node-webkit run with a different ABI (application binary interface) than standard node....

enhancement

I'm not sure whether or not the software should do this yet, but the possibility of grabbing roborio-####.local addresses from node-mdns is there.

enhancement
question

Currently, the elapsed time formatting function goes through number, to string, to number, and to string conversions. There should be a better way to do this. It does work for...

Hi Philip, Do you have plans to integrate this into Pidgin natively? There's currently a ticket for this over at pidgin.im https://developer.pidgin.im/ticket/15597 I do also want to say thank you...

When searching with a raw query, `Model::complexSearch` will return documents across all indexes and types. This is because the [static complexSearch method](https://github.com/elasticquent/Elasticquent/blob/master/src/ElasticquentTrait.php#L259) does not call [getBasicEsParams](https://github.com/elasticquent/Elasticquent/blob/master/src/ElasticquentTrait.php#L369). There are several ways...

version 1.0

This is a tracking issue for the implementation of [_RFC: Catalogs — Shareable dependency version specifiers_](https://github.com/pnpm/rfcs/pull/1). All pull requests and commits related to the initial implementation of this feature will...

type: feature
area: catalogs

#### Environment - __Package version(s)__: `@blueprintjs/[email protected]` - __Operating System__: macOS - __Browser name and version__: Chrome 119.0.6045.199 #### Code Sandbox Repository: https://github.com/gluxon/blueprint-portal-stop-propagation-test/issues React 16 repro: https://stackblitz.com/edit/stackblitz-starters-59vq3z?file=src%2FApp.tsx React 17 repro: https://stackblitz.com/edit/stackblitz-starters-ahwxzs?file=src%2FApp.tsx...

Type: bug
P2
Package: core

This is a strange PR and I would have no qualms with it being rejected. Similar to https://github.com/microsoft/vscode-java-debug/pull/1234, I'm hoping to ignore `node_modules` to prevent large CPU usage from this...

Once [scoped crates.io tokens are supported](https://github.com/rust-lang/crates.io/issues/5443), let's set up a publishing workflow using GitHub actions.