Asbjørn Ulsberg
Asbjørn Ulsberg
@davkean Seeing how the `.vs` folder is visible there, this doesn't look exactly like what I want. I do enjoy the possibility to hide items from view, but I would...
@sgwatgit That's exactly what I want in Visual Studio!
I too find the current default maddening. What percentage does sync-requiring GUI code represent of all C# code being written today, anyway? Sigh.
I would like to access the built-in `slugify` filter from a data function, so I can't just `require` it from the `.js` file as @Snapstromegon suggests in https://github.com/11ty/eleventy/issues/3114#issuecomment-1826369696. I can...
@Snapstromegon, I want to set the URL on the data objects returned from the data function, not on a page. These data objects are used in various places in my...
I'm not sure, but https://github.com/puppeteer/puppeteer/issues/2794 may be relevant.
@pascalbetz, that custom filter looks exactly like what I'm after – until this issue is resolved, at least. I'm just wondering how you "install" such a custom filter into a...
[This article on Jekyll plugins](https://learn.cloudcannon.com/jekyll/using-jekyll-plugins#how-do-we-install-jekyll-plugins) taught me that plugins can just be dumped in a `_plugins` folder, so your filter seems to be working in my Jekyll instance now, @pascalbetz....
This sounds a lot like [Hydra](http://www.hydra-cg.com/)'s [`ApiDocumentation`](http://www.hydra-cg.com/spec/latest/core/#discovering-a-hydra-powered-web-api). Please have a look; perhaps there's something that could be learned one way or another. @tlrobinson: > Nitpick: I'm not sure "web" is...
> If GitVersion is able to get the information from the remote repository instead dependent on branches available it would resolve the issue. Isn't this what [dynamic repositories](https://gitversion.net/docs/learn/dynamic-repositories) are for?