Shaine Gordon

Results 24 comments of Shaine Gordon

npm version: "angular-awesome-slider": "2.4.4" I had the same issue, I had to initialize the slider to a specific value, and let the user change it which would update the model...

Great, we will definitely work around this by using a shared slice

same issue here, we use "wrapper" classes for our features, so all our responses are called "Model" Interestingly enough, I can get `NSwag.MSBuild` to generate my `specification.json` with a FQN,...

@Climax85 I just dumped that code into one of my API endpoints so I could test the concept. I did then try to extract this into a console application, but...

@Climax85 I actually ended up doing a console application, works perfectly for my scenario ```cs using Microsoft.Extensions.Configuration; using NSwag; using NSwag.CodeGeneration.CSharp; using VerticalSliceArchitecture.CodeGen.Console; using VerticalSliceArchitecture.CodeGen.NSwag; IConfiguration config = new ConfigurationBuilder()...

The problem here is that the code doesnt work as expected https://github.com/aiji42/next-fortress/blob/main/src/cognito.ts ``` const token = Object.entries(req.cookies).find(([key]) => new RegExp( `CognitoIdentityServiceProvider\\.${clientId}\\..+\\.idToken` ).test(key) )?.[1] ``` if you add some console.logs, you...

https://github.com/aiji42/next-fortress/pull/209

> #209 PR merged, thanks @aiji42

Same here Ryzen 5900X Kubuntu 22.04 using this method: ``` wget https://images.sick.codes/mac_hdd_ng_auto_monterey.img docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v "${PWD}/mac_hdd_ng_auto_monterey.img:/image" \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}"...

> Same happens with me: > > /usr/sbin/ssh-copy-id: INFO: Source of key(s) to be installed: "/home/arch/.ssh/id_docker_osx.pub" ssh: connect to host 127.0.0.1 port 10022: Connection refused Disk is being copied between...