Guyren Howe

Results 31 issues of Guyren Howe

Assume we're inside another route: resources :bar do resources :foo end resources :foo and we're paginating foo. Then if bar is present in params, we wind up generating bar_foos type...

I can't see the downside to using OUTPUT INSERTED. The option to turn this off exists, but there is no explanation I can find about when and why one would...

**Describe the bug** I spent far too long to work out why my pdf would draw but not redraw. Looks like it was because my controller was final. The docs...

bug

**Describe the bug** This code: ``` class PDFWidget extends StatelessWidget { final String path; final Future_page; late final PdfControllerPinch _controller; PDFWidget({ required String this.path, Key? key }): _page = path.startsWith('http')...

bug

`rvm install 3.1.2` fails with `Error running '__rvm_make install', please read /Users/gisborne/.rvm/log/1651737903_ruby-3.1.2/install.log` This log ends with ``` installing extension headers: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/Users/gisborne/.rvm/rubies/ruby-3.1.2/include/ruby-3.1.0/arm64-darwin21 /Users/gisborne/.rvm/src/ruby-3.1.2/lib/fileutils.rb:240:in `mkdir': Permission denied @ dir_s_mkdir - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/Users (Errno::EACCES)...

Any custom product I build with this will inevitably involve writing stored procedures and such in Postgres. Such changes are _part_ of the application. I am no lawyer but I...

The docs say: `There is also another version of this library available which doesn't use mirrors.` I have no idea what to do after this. It would be _much_ more...

Installing on MacOS. The wget produces the wrong file name, but after renaming it to iSponsorBlockTV, following the rest of the script I get to `./iSponsorBlockTV --macos_install` This gives me:...

bug

I have this: ``` GoRouter initRoutes() => GoRouter( initialLocation: "/", routes: [ GoRoute( path: "/", builder: (context, state) => Home(), ), GoRoute( path: "/login/:token", builder: (context, state) { final token...

waiting for customer response
in triage

Algebraic effect handlers are about to land in OCaml. There are a number of other languages that implement them, including at least one that compiles to Javascript (called Koka —...

feature