Salam Elbilig

Results 6 issues of Salam Elbilig

The location (standard/left/right) of a key pressed can be identified through `KeyboardEvent.location` (http://www.w3.org/TR/DOM-Level-3-Events/#widl-KeyboardEvent-location) attribute. Currently, this attribute gets set correctly in Firefox on Linux when a modifier key is pressed...

enhancement

It would be great if `cljfmt` supported custom output pattern so that it can be better integrated with GitHub Actions. `clj-kondo` [supports](https://github.com/clj-kondo/clj-kondo/blob/master/doc/ci-integration.md#linter-output-integration) this and it makes problem reporting much nicer....

enhancement

This Pull Request: - bumps the Clojure CLI version to 1.10.1.536 - adds a dependency for org.clojure/tools.namespace in order to enable reloading/refreshing namespaces upon source code changes without restarting the...

Hiding the toolbar on the REPL tool window hides only the buttons but still leaves an empty chrome area visible as can be seen in the screenshots below: ### Toolbar...

I'm not sure if this is by design but due to [the filtering logic for GHA workflows](https://github.com/liquidz/antq/blob/5913584198aa5b8bbdbb704c6f8ae1a6802cbd6f/src/antq/dep/github_action.clj#L57), any [composite actions](https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-composite-action) are excluded from dependency checks/upgrades. It would be great if...