Matt

Results 49 comments of Matt

Sames. Question mark also causes a problem - doesn't error-highlight subsequent text but stops syntax highlighting

Rest of team uses WebStorm and (understandably) don't want workarounds for atom-react in the code. Can we get word on if you guys have seen this issue and if its...

related issue... https://github.com/orktes/atom-react/issues/212 Also looks like language-babel is no longer supported. Wish I had some free time to help with a fix!

Switch to language-babel ... much nicer On Fri, 20 Jan 2017 at 1:13 pm, Charles Moyes wrote: > Issue is still around in 2017 > > — > You are...

I've been looking into this issue and it seems that the code in the very first comment is not reflective of how the http handler in Sentry works i.e. `Sentry.Handlers.requestHandler`...

I'm also getting this error, trying to read a parquet file created by AWS Wrangler (aka AWS SDK Pandas), no solution yet

nice-to-have: also sort by priority

Has `decodeURLComponents: false` regressed? I have a route `/foo/:id` and if the URL is `/foo/xy%2Fz` it doesn't match, but `/foo/xyz/` does

To provide another use case - I'm looping through widgets installed on a dashboard and each will render their own component,e.g. ``` {#each widgets as widget} widget.title {/each} ``` There...