Kip Robinson
Kip Robinson
Update: I found [a related issue](https://github.com/adaltas/node-csv-stringify/issues/69) that references [this page](https://www.contextis.com/en/blog/comma-separated-vulnerabilities) which suggests this is a problem if a field starts with `=`, `+`, `-`, or `@`. That page also says...
Just quoting is not enough. `"=test"` still gives `#NAME?` when opened in excel. from my testing, it has to be `="=test"`. I think Excel first takes the value and parses,...
I think this whole library should be marked as deprecated now, in favor of `@use "sass:math";` which allows you to do `math.pow(...)`, `math.log(...)`, etc. If not, this library needs to...
> This can solve half of the issue to set the value on tab. Otherwise just use the older version. > `onKeyDown = (e: any) => { if (e.key ==...
@tammypmc > Hello! I need to know if this issue still present on the current version? I'm no longer working on any react project. But I can reproduce on the...
The valid ones are all "Continent/" or "Ocean/". I use this regex to only get those, and also include "UTC": ``` moment.tz.names().filter(tz => tz.match(/^(((Africa|America|Antarctica|Asia|Australia|Europe|Arctic|Atlantic|Indian|Pacific)\/.+)|(UTC))$/)) ``` That takes it from 592...
> [develar/app-builder#84 (comment)](https://github.com/develar/app-builder/issues/84#issuecomment-1715226680) > > Looks like a solution was committed and is just awaiting a new release of `app-builder`? I'm still seeing this issue on Windows and MacOS... any...
Maybe something more like this? 