Adis Durakovic

Results 116 comments of Adis Durakovic

Yeah... esample was a typo. sorry for that. I ditched SL and let my aliases be handled by fastmail. Anyways.. as far as my knowledge goes, it wouldn't contradict to...

Additional info... I just found this happens, when I have one window running btop, and another window running neovim. Steps to reproduce - Open one window and run btop **(with...

https://adisdurakovic.com/scalar-big.yml I replaced some model names with Disney characters, to not give out too much real data.

Resticity itself depends on restic and rclone, so **it** might work. However, I don't know how restic and rclone themselves behave in that manner, and whether their portable version works...

> I encountered the same error initially. However, it's peculiar because after sending a POST request from my client to the backend, the Swagger documentation was displayed correctly and the...

I just found out! This is an issue with `node ace serve --hmr` Using `node ace serve --watch` however, works as expected. If someone knows how to solve it, I'd...

For now, I've added a warning message, so it's at least clear what's going on, until the issue is somehow fixed. Edit: I contacted the developer of hot-hook, to see...

Autoswagger doesn't handle enums yet, but a PR is more then welcome... also when you use @enum(), you MUST NOT use @example() since @enum() uses the first element as example

Where do you guys usually store your enums? They can literally be all over the place. Right now AutoSwagger parses everything under models/* as a Model, everything under interfaces/* as...

PRs are always welcome! 😅