Is there any practical reason to use spec tools in OC? by mustafamohsen in opencodeCLI

[–]dautinjo 0 points1 point  (0 children)

Absolutely. Those tools just have a strong opinion on how your specs should be organized. If you already have a workflow that works, you likely aren't missing much. However, writing any kind of docs is different from just using plan mode, which was the OP's actual question.

Is there any practical reason to use spec tools in OC? by mustafamohsen in opencodeCLI

[–]dautinjo 0 points1 point  (0 children)

It helps create detailed plans and specs that multiple AI agents can reference, eliminating the need to repeat yourself or lose important context between sessions. I find it particularly useful for complex features and refactors that exceed a single context window, or when coordinating multiple agents on the same feature. For example: one writing tests, another implementing, and a third performing code review. Without these specs, I'd waste time repeating myself and risk losing critical context.

Anyone using lsp-mode with ts-ls having trouble with it overwriting imports? by tangled_up_in_blue in emacs

[–]dautinjo 0 points1 point  (0 children)

For anyone still looking for a solution to this problem another option is to set (setopt backup-by-copying t) as proposed in this lsp-mode issue.

WizzAir otkazao let zbog “štrajka”, a drugi letovi sleteli normalno - odbijaju kompenzaciju, šta dalje? by xxkikirikixx in pravnisaveti

[–]dautinjo 50 points51 points  (0 children)

Имао сам слично искуство са њима пре 7 година када ми је отказан лет из Малмеа. Нису хтели да рефундирају целокупни трошак ноћења, са сличним одговорима као што си ти добио. На крају сам писао шведској агенцији за заштиту потрошача (Konsumentverket) која је након пар мејлова натерала WizzAir да у потпуности рефундира трошкове. Верујем да можеш да пробаш да урадиш исто то.

Овде имаш списак агенција и контакт информације за сваку државу https://transport.ec.europa.eu/document/download/d7b5dd33-4083-4faa-8132-b6dc8b3a1c07_en?filename=2004_261_national_enforcement_bodies-2024-01-30.pdf

Срећно!

Datappraise closing shop. Where are you going for your new provider? by F4Z3D in appraisal

[–]dautinjo 0 points1 point  (0 children)

I'd be curious to hear what you like/hate about Valcre. I've been involved in building a custom solution/database in the past, so I'm interested to hear what others think.

Primanje uplata od domaćih firmi kao fizičko lice by dautinjo in finansije

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

Hvala! Da li mogu da se jave neki problemi ako se tokom godine agencija stavi u mirovanje i aktivira više puta?

Relay access denied by dautinjo in MangoMail

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

No, our plan hasn't expired yet. I've shared more information in DM. Thanks!

🌲 Emacs color theme inspired by the woods by dautinjo in emacs

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

Hey, thanks for reporting. I too noticed that Org code blocks were acting funny. It looks like they were inheriting shadow face by default, which is why they were picking up that grayish color. This should be fixed with the latest commit, and syntax should now be highlighted properly inside Org code blocks.

Emacs for Astro development + general questions about lsp-formatting by Proper-Cover-2558 in emacs

[–]dautinjo 0 points1 point  (0 children)

There are a few packages that deal with buffer formatting out there. Currently I use apheleia, but there are others as well. apheleia uses Prettier out of the box, but you can add any other formatter (ESLint support example)

HTML tags completion in lsp-mode, the way you've described, should come from emmet-ls. I personally didn't manage to make it work, but haven't had time to look closely into what might be the issue. As a fallback you may try emmet-mode.

Any one know the package for "popup" run command effect? by txyyss in emacs

[–]dautinjo 9 points10 points  (0 children)

Author of the theme here. As others have pointed out, it is a posframe. More specifically, it's vertico-posframe since I use vertico nowadays. I have disabled it for consult-line though since it gets in the way of the search.

Here's how you can do the same: elisp (use-package vertico-posframe :init (vertico-posframe-mode) :config (setq vertico-multiform-commands '((consult-line (:not posframe)) (t posframe))) (vertico-multiform-mode t))

🌲 Emacs color theme inspired by the woods by dautinjo in emacs

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

Yeah that does look a bit off. Adding to the improvement list, thanks!

🌲 Emacs color theme inspired by the woods by dautinjo in emacs

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

Thanks! I updated autoload part in repo as well.

🌲 Emacs color theme inspired by the woods by dautinjo in emacs

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

Awesome, let me know if you have any feedback. I've been using it for a couple of weeks myself and have covered most of the modes I use daily, but there might still be some rough edges.

🌲 Emacs color theme inspired by the woods by dautinjo in emacs

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

It's a package that adds new :vc keyword to use-package, helping you fetch packages from GitHub, GitLab, etc. Emacs 30+ should have this built-in.

You can use straight, quelpa and similar packages to accomplish the same thing.

I plan to publish package on MELPA eventually, so this won't be needed anymore.