David Vujic

Results 15 issues of David Vujic

Thank's to [this PR](https://github.com/yfinkelstein/node-zookeeper/pull/273/), there is now possible to setup dynamic reconfiguration! There is an `examples` folder with fully functional code on how to use this library. But the new...

help-wanted
good-first-issue
Docs
Developer experience

**Is your feature request related to a problem? Please describe.** There should be a working runnable code example for using the ACL feature of the library. Example code exist in...

help-wanted
good-first-issue
Docs
Developer experience

Investigate if building with N-API would be usable in this project. Article here: https://nodejs.medium.com/building-modern-native-add-ons-for-node-js-in-2020-cd3992c68e0

feature-request
help-wanted

Is `Ability to remove watchers` a feature that should be implemented in this client? http://zookeeper.apache.org/releases.html#releasenotes

feature-request
help-wanted
Investigate

Is Local sessions a feature that should be implemented in this client? http://zookeeper.apache.org/releases.html#releasenotes

feature-request
help-wanted
Investigate

This might be an issue, example here: https://github.com/DavidVujic/clojurescript-amplified/blob/main/src/stories/app/stories/avatar_stories.cljs#L8 and the helper function here: https://github.com/DavidVujic/clojurescript-amplified/blob/main/src/stories/app/stories/helper.cljs#L9 If I understand the reagent docs correctly, the component that is passed in to `reactify-component` should...

The purpose of the changes here is to enable Workspace support. A workspace is a place for code and projects. Within the workspace, code can be shared. A workspace is...

I very much like the new way of navigating with `M-.` and via `xref`. When in `clojure-mode` the `cider-find-var` command will be used, if I have understood it correctly. I...

Consider adding the tooling support for the Polylith Architecture. As of this writing, there's tooling available for `Clojure` and `Python`. Docs about the Polylith architecture in general: https://polylith.gitbook.io/polylith/ The tooling...

content

This PR will enable `clojurescript-mode` for buffers with the file extension `cljs`. Otherwise, Emacs will warn about using `clojure-mode` for clojurescript buffers.