casey-speer
casey-speer
I'm seeing the same behavior with `4.6.0` (our current version) and `4.16.0` (latest version). Any updates on a fix? Curious because we'd really love to have solid screen reader support...
@Tyriar Thanks for getting back back to me. I've been using VoiceOver with high verbosity and have still been seeing this issue, but still working on a good way to...
Hi, I'm still seeing this happening in `13.0.0`. It's likely due to some other library that uses `ResizeObserver` interacting with `react-beautiful-dnd`, but when these errors occur, it's breaking drag and...
Looks like this: ``` import formattersModuleTemplate from './formattersModuleTemplate' import codeStringWithFormatters from './myCode' export default locale => { const globalizeExtracts = globalizeCompiler.extract(codeStringWithFormatters); return globalizeCompiler.compileExtracts({ extracts: globalizeExtracts, defaultLocale: locale, template: formattersModuleTemplate });...
@ray007 `en` is the same as `en-US`, so you could really link `en-US` -> `en` as well, but `en-Latn-US` should also then link to `en`, `fr-Latn-CA` to `fr-CA`, etc etc...
@rxaviers I see what you're saying. But this is what happens if I pass 'en-US' as the locale to the compiler: ``` Error: ENOENT: no such file or directory, scandir...
Any word on this @Constellation ? I still see this issue today. The AST is created from a file that has single copies of each comment, but some of these...
Ah, @Constellation sorry that's likely the case. Esprima should consider a comment as leading or trailing, but not both. It looks like a bug there because this doesn't happen for...
@dusan91judo does your solution still work? Just started using a docker go setup and am getting the "port already in use" issues. Any particular versions you'd recommend? Anyone else have...
@dusan91judo thank you. Yeah those versions are a bit old at this point, so I don't think they'll work with the go version I'm using. I'll play around though and...