Stephen Jingle

Results 8 comments of Stephen Jingle

Looks like something is wrong with filters [here](https://github.com/GoogleCloudPlatform/cloud-builders-community/blob/f9731bfbbba7ec5f763ea3954fef0d72e19c6a33/cancelot/cancelot/cancelpreviousbuild.go#L29), so cloudbuild SDK returns empty list for ongoing builds. Probably API was changed since then, and branch name is now available in...

@Roycohen use this snippet: https://gist.github.com/siberex/ee135b2d28b3b4be77c5 This is a php code to encrypt and decrypt data in encrypted-session-nginx-module compatible way. So, you can encrypt with php and decrypt with nginx module,...

@naviocean I don't have one. But you can easily transcribe it from php using either native NodeJS [Crypto module](https://nodejs.org/api/crypto.html) or [mcrypt npm package](https://github.com/tugrul/node-mcrypt). Just keep in mind that nginx module...

Possible temporary workaround is to disable worker mode with `--strategy=SassCompiler=sandboxed` or `--strategy=SassCompiler=local` option — at least you will see errors in the console output. But `local` could produce other issues...

Yes, but I wonder why it works with typescript 3.4.5, but not with 3.5.2 (same config)

> Does it work when you remove the `incremental` flag? yes, it works with TS 3.5.2 with `incremental` removed from tsconfig

This PR intended as a full replacement of CsrfGuard from Slim-Extras for this repo. If I understand correctly, this repo is a replacement for middleware part of deprecated Slim-Extras. Correct...

Sure. Before: ![Screenshot 2025-08-21 at 20 44 21](https://github.com/user-attachments/assets/003f8c13-b7c6-4678-a2a0-148ba2295866) https://github.com/raspberrypi/pico-examples/blob/4c3a3dc0196dd426fddd709616d0da984e027bab/pio/addition/addition.pio After: ![Screenshot 2025-08-21 at 20 44 16](https://github.com/user-attachments/assets/fe5c763d-bf98-492f-97eb-95a0aac1197a) https://github.com/siberex/pico-examples/blob/04eb59b236f6c2e3a8f1075c49f2190fe4bb5f4a/pio/addition/addition.pio Far from ideal, but better than nothing