Jeroen de Jong
Jeroen de Jong
In federation version 2 the directives have namespaces (`federation__` by default). Currently this prefix is non-configurable which may cause issues when other subgraphs use a different namespace or import them...
[Initially asked on slack](https://clojurians.slack.com/archives/C0A5GSC6T/p1641764621004600) When combining `middleware.session` and `middleware.cookie` with custom options, the encoding/decoding doesn't work as expected. Either no cookies get encoded, or none get decoded. It seems to...
## Problem statement Currently no cljs option exists for this assert expression and the impl isn't bound by specs. ## Task - [ ] add `check!` around `impl.spec-assertion-thrown?`; note this...
## Context Our lein-template adds `;; Please keep the dependencies sorted a-z.` before the `:dependencies`-key in project.clj. There's benefits for sorting this list (friction-free merges, improves readability, ..) ## Task...
## Problem statement Currently the test only asserts the function returns a sequence of files, no behavioural tests. ## Proposal Add tests asserting the exact output of the function-call and...
## Brief Converts the clj-kondo linter to a plugin, showcasing how to add cli-options, pre-processing, and proper config. ## QA plan ## Author checklist * [ ] I have QAed...
## Brief Initial framework for plugins. The plan is to convert current processors / linters / formatters to plugins. Modelled after [Kaocha](https://github.com/lambdaisland/kaocha). There's several entry-points for plugins to hook into...
## Context Sometimes a lint-warning won't need fixing (because edge cases, dev preference, etc.) We want to have a way to ignore recurring warnings from bothering the user. the CI...
## Brief defaults are duped over https://github.com/nedap/formatting-stack/blob/master/src/formatting_stack/defaults.clj, https://github.com/nedap/formatting-stack/blob/master/src/formatting_stack/branch_formatter.clj and https://github.com/nedap/formatting-stack/blob/master/src/formatting_stack/project_formatter.clj with minor (but existing) differences. ## Expected behavior All defaults live in https://github.com/nedap/formatting-stack/blob/master/src/formatting_stack/defaults.clj ## Actual behavior defaults are duped ##...
### Minimal reproducible example https://snack.expo.dev/@thumbnail95/expo-file-sharing-bug---broken-example ### Summary We are no longer able to use the UTI option to make sure the share menu in iOS is using the correct suggestions....