Brandon Bloom

Results 69 issues of Brandon Bloom

Right now, if I evaluate something that returns a function, the little result just shows "fn". You can't tell if it's a symbol or whatever. Seems like functions are special...

enhancement

On many linux systems, the `BROWSER` environment variable allows users to specify their default browser, much like the `EDITOR` or `PAGER` environment variables. Would you be open to a PR...

See https://github.com/spf13/cobra/issues/739 Workaround: use `--` before arguments.

There is a problem compiling with respect to the "ranges" macro, which conflicts with a function name. Building with ClojureScript's public API directly compiles just fine. ``` clojure.lang.ExceptionInfo: failed compiling...

Bug
Help Wanted
Successful Repro

Where the root object has a one-to-many field, do this: ``` javascript g.put(g.get(lid, {depth: 0})) ``` Should be a no-op, but clears the one-to-many field.

Got this error: `aws:sns/topicSubscription:TopicSubscription resource 'blah' has a problem: expected protocol to be one of [application http https lambda sms sqs], got email` Documentation suggests that `email` is a valid...

kind/bug
awaiting-upstream

Fixes errors using Yarn 2 (berry). See https://github.com/ant-design/ant-design/issues/27339 for details.

I'm trying to make use of componentDidCatch in the React 16 beta. I already had a global window error handler which was working fine, but it unexpectedly catches errors that...

Component: DOM
Type: Discussion

The readme contains this code: ``` cacheHelper := nfshelper.NewCachingHandler(handler, 1) ``` However, this will cause an error like this: ``` [WARN] Caching handler created with insufficient cache to support directory...

### Motivation These keywords are defined in the JSON Schema 2020-12 dialect. Release notes: https://json-schema.org/draft/2020-12/release-notes These are useful for representing generics: https://json-schema.org/blog/posts/dynamicref-and-generics Specification of dynamic scope rules: https://json-schema.org/draft/2020-12/json-schema-core#name-lexical-scope-and-dynamic-s ### Additional...

v4.x