Steven Luscher

Results 94 issues of Steven Luscher

## Description of the problem Using the ‘Vanilla TypeScript’ template and authoring a sandbox with the `await` keyword, I get this TypeScript error: > Unexpected keyword or identifier typescript(1434) ##...

Thanks for this script. It's awesome! I'm using this with postscreen; letting it create a static domain whitelist. Postscreen reported the following errors with two Amazon ranges, and one GitHub...

As [pointed out in the example](https://github.com/steveluscher/knockout.meteor/blob/023a7b8e4430138ff076fcdcd3c41c37ef61e780/example/example.js#L6), syncing _back_ to the Meteor Collection has to be done manually. A custom mapping was built to update the Meteor Collection when a Knockout...

It would be great to be able to define keybindings that match patterns, such as: ``` key('⌘+([0-9])', function(e, handler) { … }); ``` or ``` key('⌘+(\d)', function(e, handler) { …...

On Mac: 1. `key.control // false` 2. Hold down the control key, and click on the body of your webpage 3. Release the control key 4. Click on the body...

There's a technique in the wild where you can use an in-browser HTML preprocessor to replace instances of "foo.png" with "[email protected]" depending on the client's display resolution. It's pretty awesome....

#### Problem The RPC does not appear to validate or throw on invalid values for `RpcContextConfig::commitment`. ```shell curl https://api.devnet.solana.com/ -X POST -H "Content-Type: application/json" -d ' { "jsonrpc": "2.0", "id":...

This endpoint should serve its content gzipped: https://ping.solana.com/mainnet-beta/last6hours This will make the Explorer homepage load faster and lighter.

stale

Up until now, this has been a minor annoyance in the console. Today, though, I was trying to get some photos printed and this uncaught exception brought down the photo...

This sentence needs copyediting; it's not clear what it means. https://github.com/solana-labs/governance-ui/blob/399dbbd18af499dcd83d8666b2f19e4879c4ef14/pages/dao/%5Bsymbol%5D/proposal/%5Bpk%5D/ProposalWarnings.tsx#L126