Benjamin Tamasi

Results 19 comments of Benjamin Tamasi

@azaurus1 I'm having the same issue trying to install tailscale on TrueNAS Scale which uses k3s. Unfortunately reinstalling k3s is not an option for me. I've tried reinstalling tailscale but...

So it's not just me who gets this. I have a use case where I keep a map of maps like so: ```json "myMap": { "aba75878-c068-4f64-8559-ea62706b9c11": { "foo": "bar", "bar":...

I'm just trying out pynamodb but this immediately caught me offguard, as I use a `2021-10-07T17:01:04.016Z` type format for all my datetime fields. I ended up writing my own custom...

@nofurtherinformation thanks for mentioning Auth.js Back when sveltekit was still in beta (2 years ago) I had to write my own library to interface with cognito and make everything work...

@manuganji Once I worked around a few bugs I found I got it to work quite well. The `getSession()` function they provide does not work properly, you have to make...

I forked this project and turned it into something a little different. I would much apreciate comments/ideas. https://github.com/half2me/curlx Let me know what you think about the new interface

@marcushat you don't have to use the magic functions, they just provide a nice way of doing `$object->value` without having to use getters and setters all the time. But if...

I have a similar issue, also using Auth.js: https://github.com/sveltejs/kit/discussions/7027#discussioncomment-5094578