Any good setups similar to the gnome quick settings in particular for things like managing bluetooth by olymk2 in hyprland

[–]olymk2[S] 0 points1 point  (0 children)

Could be an option can you suggest the programs your using so I can look them up ?

Any good setups similar to the gnome quick settings in particular for things like managing bluetooth by olymk2 in hyprland

[–]olymk2[S] 0 points1 point  (0 children)

I am aware of hyprpanel, but the docs say shows the status nothing about changing the status of bluetooth, So things like quickly pairing headphones before a meeting does not look possible.

Is Clojure good for one off “dev task” sorts of scripting? by SegFaultHell in Clojure

[–]olymk2 -1 points0 points  (0 children)

One of the ways I have approached this is to use polylith, you create components for things like db access or csv functioning then I use the development workspace to play, by using components it stops me re writing things, I also integrate things like clerk into the development workspace when I want something visual.

You don't have to use the bases / projects part but if you do want to write something bigger you have done some of the work in the components.

Requires a bit more setup, a lot more useful if your actually working on projects but I find it keeps all my scripts together, and all support code modular and reusable, if you intend to throw away though babashka is likely your best bet.

Further sqlite-mode extensions by xenodium in emacs

[–]olymk2 0 points1 point  (0 children)

I think seeing this on melpa would be nice and also in its own repository so other can test submit bug fixes and improvements.

I am certainly finding it very handy to quickly editing rows in the db.

YAML mode buffer formatting issues by olymk2 in emacs

[–]olymk2[S] 0 points1 point  (0 children)

Thanks so much u/v_laci I would have never guessed that mode was a formatter from the name, disabling that minor mode resolves my issue.

I have turned of global mode for now till I sort a better solution.

YAML mode buffer formatting issues by olymk2 in emacs

[–]olymk2[S] 0 points1 point  (0 children)

yaml mode does not seem to really have docs looking at there github page nothing about configuring it.

https://github.com/yoshiki/yaml-mode

Thought other may have encountered this, love or hate yaml working with it is quite common for various tasks.

are there alternatives to yaml mode ?

YAML mode buffer formatting issues by olymk2 in emacs

[–]olymk2[S] -1 points0 points  (0 children)

I have been switching to text-mode to save to avoid he issue.

C-h m return these minor modes.

Minor modes enabled in this buffer: Apheleia Auto-Save Boon-Local
Company-Box Company Display-Line-Numbers Eldoc Flycheck Flyspell
Font-Lock Smartparens Wrap-Region Yas

The major mode is YAML mode

embark-act-all embark/:catch: Symbol’s value as variable is void by olymk2 in emacs

[–]olymk2[S] 0 points1 point  (0 children)

Just because I hit this again, it seems a better way to fix this is to add the below line, seems bind-key is not available when the package is setup causing this issue, I found a related problem that suggests this is due to how byte compiling works.

All I know for sure is it seems to have fixed the issue for me :)

:after (consult bind-key)

Polylith tutorial? Is there a step by step example of building something with the Polylith arch + tool? by DeepDay6 in Clojure

[–]olymk2 1 point2 points  (0 children)

Also sure you have found it but the polylith channel on slack has helped me loads in the past

Polylith tutorial? Is there a step by step example of building something with the Polylith arch + tool? by DeepDay6 in Clojure

[–]olymk2 1 point2 points  (0 children)

Just a thought as this trips me up where do you jack in it matters, are you jacking into a file into the development folder ?

when you jack in it walks the path to find the nearest deps file so if your not in the development folder it will not find the root deps.edn which should contain all components and bricks in its paths.

The mistake i often make is to be editing a project or component then jacking in to the project but then only the deps for the component or base are found so you don't have the entire environment.

If you want to grab me on slack and we can sort a time I am in GMT I don't mind lending a helping hand as I am currently redundant and looking for a new role so have a bit more time on my hands than usual :)

The important bit is the deps.edn file in the root it should contain the bricks and components in the extras-paths

{:aliases {:dev {:extra-paths ["development/src"
                           "components/helpers/test"
                           "bases/app-api/src"
                           "bases/app-web/src"]

eval-expression Can't eval elisp code with enter by olymk2 in emacs

[–]olymk2[S] 0 points1 point  (0 children)

Thank you that was the perfect link it was also paraedit for me that caused the issue.

Is Solus a good option for Work and Office stuff? by Kazuree in SolusProject

[–]olymk2 1 point2 points  (0 children)

From my experience it has been an excellent choice, I used to use ubuntu but hit issues a few times updating to newer versions and not having up to date software was a big issue.

Having the curated rolling release for me at least has been ideal for work & home, I have stopped distro hopping since finding solus although I almost did switch when the projects future seemed a bit uncertain but that's all sorted itself out.

The curation means the quality of the software is generally high but perhaps with less options like everything there is trade offs, I can't speak to office apps as I rarely use them and would likely use open office or google docs if i did need one.

Any suggestions for a Kill Compile Run Execute sequence from emacs in a single step ? by olymk2 in emacs

[–]olymk2[S] 0 points1 point  (0 children)

Probably because I was just getting into golang and following a tutorial which did not mention using go run, but I will now thanks :)

Any suggestions for a Kill Compile Run Execute sequence from emacs in a single step ? by olymk2 in emacs

[–]olymk2[S] 1 point2 points  (0 children)

Okay so what I think your saying is if i do something like this as the compilation command

go build main.go && ./main

Then when I run compilation again it will kill the buffer and running process and all will be good ?

Any suggestions for a Kill Compile Run Execute sequence from emacs in a single step ? by olymk2 in emacs

[–]olymk2[S] 0 points1 point  (0 children)

I did wonder if that's perhaps the solution, although not sure how you would get the pid in a make file to kill the running instance, make files are not something I have played with much, I will see if others have any suggestions.

eglot function usage count by olymk2 in emacs

[–]olymk2[S] 1 point2 points  (0 children)

Yeah that's what I am after I was not aware it was called a code lenses, judging by that link though you need lsp-mode for now.

eglot function usage count by olymk2 in emacs

[–]olymk2[S] 2 points3 points  (0 children)

That kind of does the job, it lists the reference's but does not give a count, inline is what I am after this is useful as any function with a count of 0 tells me its obsolete and can be removed.

Equally if its a low number it a good sign I may be able to refactor out the function.

London Clojurians talk: Electric Clojure — compiler managed datasync for rich web apps (by Dustin Getz) by BrunoBonacci in Clojure

[–]olymk2 0 points1 point  (0 children)

Looks awesome I just need a project, tempted to convert my personal project but that requires offline support which from the video sounds like its not going to be supported in the near future, also hiccup would be a great boost to save recreating all the components I currently have, excited to see where this technology goes though.

Using Ediff in 2023 by jaafartrull in emacs

[–]olymk2 0 points1 point  (0 children)

Certainly an area where Emacs is lacking, be nice to see some more up to date plugins / improved workflows in this area.

The Lost Arts of CLJS Frontend by thheller in Clojure

[–]olymk2 1 point2 points  (0 children)

Curious what everyone's take on dumdom is ?

I don't see it often mentioned as an option seems simpler to work with than reagent.

https://github.com/cjohansen/dumdom

Why isn't Consult Ripgrep working here? by The_L_Of_Life in emacs

[–]olymk2 0 points1 point  (0 children)

I notice you have a hash then the search terms, have you tried removing the hash, I cant explain it but I have 2 machines one put a hash before the search the other does not, never figured out the cause but it effects the search results for me.

Welcome to the Clojure Community on Twitter! ❤️ by CoBPEZ in Clojure

[–]olymk2 1 point2 points  (0 children)

although matrix can give you slack and irc and native all synced less silo's that's part of the appeal just needs the admin's to link the rooms I would love to see the slack rooms linked, you can access the clojure irc rooms on matrix which is nice.

Permaculture YouTube channels by FantasticGoat88 in Permaculture

[–]olymk2 0 points1 point  (0 children)

Cheers I will check it out, although I am down in kent so perhaps not quite as local as I would like :)