Ed B
Ed B
I've been using this gem to to migrate 10,000 country names in many different languages to ISO 3166 alpha 2 codes. It goes through every locale that `countries` supports and...
Here's a bug I found. 1. Import Zoid 2. Modify `document.body`, eg `document.body.innerHTML += 'test'` 3. Render a Zoid component into a container element (_not_ the default of `document.body`) 4....
When I try and run the `.bat` script in the package Windows directory, it flashes up then disappears shortly after and the app doesn't run. This is on my machine...
Current Behavior -------------------------------------------------------------------------------- `chamber secure --resecure` is described on [this page of the docs](https://github.com/thekompanee/chamber/wiki/Namespaced-Key-Pairs#re-secure), linked from [this page](https://github.com/thekompanee/chamber/wiki/Re-Securing) on re-securing. It seems like a helpful feature for my use case...
Current Behavior -------------------------------------------------------------------------------- In the first scenario, I run the compare command get an error about `missing keyword :keys_only`. In the second scenario, I try running the command again with...
### Which package is the feature request for? If unsure which one to select, leave blank @crawlee/core ### Feature CSV and JSON are not well-defined formats, both in writing and...
# Background Zoid supports adding custom attributes to IFrames. We use this to add `csp` and `sandbox` attributes. This is to meet a security requirement for IFrames. However, [Zoid also...