Björn Ebbinghaus

Results 22 issues of Björn Ebbinghaus

### Describe the feature you would like to request Datomic supports aliases in the form of: ```clojure [:db/add :user/id :db/ident :user/primary-email] ``` It is part of Datomic best practices: https://docs.datomic.com/on-prem/best-practices.html#use-aliases...

enhancement
datomic compat

#### SUMMARY This fixes #465 by getting the max-eid from the index if it is not present in the db record. #### Checks ##### Bugfix - [x] Related issues linked...

From the docs of `d/entity` : ```text If entity does not exist, `nil` is returned: (entity db -1) ; => nil ``` But this is not the behavior. (At least...

bug

Clojure allows for numbers with a radix between 2 and 36. Also, the BigInt `N` suffix is allowed after a hexadecimal number. From https://clojure.org/reference/reader#_literals: > When possible, they can be...

Hey, I like your engagement to fix up bootstrap-tour. Anyway, would you mind updating the project on npm? `npm publish` from here: https://github.com/IGreatlyDislikeJavascript/bootstrap-tourist/issues/3#issuecomment-478650305 PS: Maybe you want to add a...

It would be nice if the plugin could detect email addresses and make link them automatically. `[email protected]` would become `[[email protected]](mailto:[email protected])` Maybe with a letter icon in front.

enhancement

The default `mynetwork` setting isn't applied consistently. Problem is, I can't reliably reproduce it. Sometimes when I run `docker compose up` it just doesn't get set, most of the time...

I just came across the issue that ArrayLists do not break. ```clojure (def alist (java.util.ArrayList.)) (dotimes [_ 100] (.add alist "SOME STRING")) (zprint/czprint alist 30) ["SOME STRING" "SOME STRING" "SOME...

**Describe the bug** Two sentences in two parameter fields get checked like they are next to each other, without whitespace, resulting in a false-positive `SENTENCE_WHITESPACE`. Both parameters should be checked...

1-bug 🐛
2-unconfirmed

Hey, I like the ideas of goggles, but I _currently_ find the hurdle for creating a custom search experience too high. ## Proposal A personal Goggle that resides inside the...