Andrew Dupont
Andrew Dupont
Is this issue about the UI — which, naturally, should give you more helpful feedback than silently deleting numbers — or is it asking why the setting [enforces a minimum...
Gotcha. I’m happy to keep this bug open as a reminder that we need to have a friendlier settings UI.
Definitely — it should assert itself when the field loses focus, or if the user presses Return, but not instantaneously as the value changes. That’s an obvious bug.
Sounds like this might be another difference in fuzzy matching between `atom.ui.fuzzyMatcher` and `fuzzaldrin`. @mauricioszabo, any ideas?
> This is actually not on our side. Autocomplete _can_ sort, but packages can override it. I thought so, too, but all their providers have `filterSuggestions: true`, so now I'm...
I'm betting that this is new behavior because @zhaolinlau has opened issues against this repo before and has probably used versions prior to 1.116. @zhaolinlau, is this something that was...
OK, cool. Thanks for the report. Windows users: I'm curious if VSCode has the same behavior. If not, then it's within our ability to fix.
It's also not the behavior of Pulsar or Atom on macOS or (I think) Linux, so we should aim for uniformity here.
Yeah, I should try this again in Pulsar now that we've added some code to detect these missing exports.
@gushogg-blake, I read your blog post. Regarding this section… > There are two other solutions suggested in the emscripten docs: > > * add EMCC_FORCE_STDLIBS=1 and -s EXPORT_ALL=1 to the...