Wayne Bloss

Results 50 comments of Wayne Bloss

You don't need a new extension to use this tool. You can install the existing iOS Safari [Userscripts extension](https://apps.apple.com/us/app/userscripts/id1463298887). Then take a copy of the [contentscript.js](https://github.com/Rob--W/dont-track-me-google/blob/master/contentscript.js) file from this repo...

For v3 I fixed this error by providing `ArrayInput` with a `defaultValue` of an array with a single empty object... I only needed this because my `getList` query doesn't return...

The workaround that I detailed above only works until you add a 2nd array item. Then, whenever you edit that record it has the same error because it starts with...

This just in: The last workaround doesn't work all the time either. It does work some of the time. So, the workaround will now be to ignore this error until...

Wikipedia URLs contain unicode characters in their paths, so I figured that was OK and I was looking for a lib to do the same for my non-English site.

For now I used the TamperMonkey Chrome Extension to click the button for me: ```js // ==UserScript== // @name Graylog Updates Clicker // @namespace http://tampermonkey.net/ // @version 0.1 // @description...

My `config/env.ts` file doesn't import anything else so this works for me to set the default `NODE_ENV` in an ESM package (with `"type": "module" in package.json): ```ts if (!process.env.NODE_ENV) {...

Aside from it's overly complex interface, [this line of code](https://github.com/stalniy/casl/blob/master/packages/casl-ability/src/utils.ts#L34) is why I didn't want to use `casl`. So, anytime you do `can("update", subject("Post", postToBeUpdated))`, the `subject` function (an alias...

Here's a system for using TSyringe without decorators at all, by simply making the same calls to `Reflect.decorate()` and `Reflect.metadata()` which would normally be compiled by the decorators - https://gist.github.com/waynebloss/28fd81a00eec98a67007bec40473a71b...

Gee a trillion dollar company taking direction from Mozilla, a defunct “progressive” activist led organization which has a browser that nearly nobody is using? An organization that is propped up...