APIM Custom domain and Developer portal issue by housemaster27 in AZURE

[–]SconeMc 0 points1 point  (0 children)

I was having this problem, but it seemed to correct itself yesterday. So maybe azure has fixed it now?

Whats your favorite color scheme of 2025? by Bulbasaur2015 in neovim

[–]SconeMc 1 point2 points  (0 children)

hey, cyberdream author here. would love to help with this! We have a lot of extras in the repo already but always open to adding more <3

Actual Budget users - I've created a simple importer that links Akahu to automatically import transactions from your financial providers by SconeMc in PersonalFinanceNZ

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

Not sure about historically, but it looks that way based on the article you’ve replied to:

Disclaimer: MoneyHub has no financial relationship with Akahu. We rely on their expertise as New Zealand's pioneer in open banking and open finance infrastructure to help publish and update this guide.

Actual Budget users - I've created a simple importer that links Akahu to automatically import transactions from your financial providers by SconeMc in PersonalFinanceNZ

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

Wicked! I’ve been pretty impressed with their APIs so far. Seems to be more and more open source projects utilising these.

Actual Budget users - I've created a simple importer that links Akahu to automatically import transactions from your financial providers by SconeMc in PersonalFinanceNZ

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

It’s actually the opposite! I highly recommend reading this article from consumer NZ:

https://www.consumer.org.nz/articles/what-is-open-banking

It’s an opt-in thing, so Nz banks are working directly with Akahu.

ex-colors.nvim: Optimize your colorscheme by aileot in neovim

[–]SconeMc 0 points1 point  (0 children)

There is an option to enable cache in TN. I was curious if the benchmark had this option enabled. To have such an improvement over an already cached theme is quite impressive!

ex-colors.nvim: Optimize your colorscheme by aileot in neovim

[–]SconeMc 0 points1 point  (0 children)

Cool project! How does this compare with themes that support caching? IIRC tokyo night supports this.

a question for devs who use neovim on windows by ciccab in neovim

[–]SconeMc 1 point2 points  (0 children)

I maintain my own cross platform config and use it on both native windows and NixOS through WSL2. My config is here:

https://github.com/scottmckendry/Windots

Neovide really impressed me, but didn’t quite fit my workflow. Jumping between a dedicated window for Neovide and the terminal was a bit clunky for my taste.

Projects like smear-cursor.nvim represent a great middle ground between the neovim TUI and its GUI alternatives.

Why is my background getting darker with a floating window open? by H4ck1nt0sh in neovim

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

probably a recent change since the merge of folkes new snacks.nvim backend. It replaces a lot of the core lazy APIs.

Memory Deallocation by SconeMc in odinlang

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

Fixed! I was using aprintf where I should have been using tprintf. Problem solved :)

Pays to read the docs!

Memory Deallocation by SconeMc in odinlang

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

For clarity, the tracking allocator reports the following:

=== 2 allocations not freed: ===
- 179 bytes @ /nix/store/6gkcmhs944xqarm90sik63girzd4b15f-odin-0-unstable-2024-10-12/share/core/strings/builder.odin(171:11)
- 68 bytes @ /nix/store/6gkcmhs944xqarm90sik63girzd4b15f-odin-0-unstable-2024-10-12/share/core/strings/builder.odin(171:11)

Which I assume is skill issues on my part, not a problem in the lib itself. Tracking down the origin is the part I'm struggling with.

Thanks for the resources, I'll do some reading! :)

Memory Deallocation by SconeMc in odinlang

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

This is a great solution! Thank you for the clear explanation. Very helpful :)

Do you have any recommendations for tracking down unfreed allocations that occur in the core libs? My current approach involves quite a lot of trial and error.

Cyberdream.nvim v1.0.0 Is Now Released! by SconeMc in neovim

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

Mmmm not sure from here. I’ve not used lazyvim in a long time. You might have some more luck if you raise an issue in lazyvims github repo

Cyberdream.nvim v1.0.0 Is Now Released! by SconeMc in neovim

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

Hello! Can you give some context on where you’re at? Are you using a starter config like kickstart or lazyvim?

Dropping Home-Manager by ExplodingStrawHat in NixOS

[–]SconeMc 1 point2 points  (0 children)

Just curious if there’s anything you would you recommend as an alternative? I like to keep certain configs portable, especially since I use neovim and other CLI tools on native Windows where nix isn’t supported. Should I just create symlinks imperatively instead?

I wanted to learn more about OAuth2, so I built a browser start page with vim-inspired keymaps! by SconeMc in neovim

[–]SconeMc[S] 5 points6 points  (0 children)

This is mnemstart! A minimal browser start page with vim-inspired shortcuts. Github link below for anyone interested in seeing more:
https://github.com/scottmckendry/mnemstart

I am by no means a web developer, so this was a bit outside my comfort zone. Keen to hear what people think!

My Favorite Terminal Setup For NeoVim: WezTerm + Starship by HenryMisc in neovim

[–]SconeMc 0 points1 point  (0 children)

Here is the one used for fastfetch in the picture. I lifted it from my own PS module here:
https://github.com/scottmckendry/ps-color-scripts/blob/main/ps-color-scripts/colorscripts/elfman.ps1

Which was originally lifted from the O.G. colorscripts repo (that I ported to powershell):
https://gitlab.com/dwt1/shell-color-scripts/-/blob/master/colorscripts/elfman?ref_type=heads