James

Results 64 issues of James

hi, is it possible to indicate line number when grift task return error? maybe something with ``` fmt.Printf("%+v\n", err) ```

as outlined here: http://owenashurst.com/?p=242 libx264 requires some custom flags to work on arm... thanks

in my initializer/myclass.rb module MyClass class Colour end end in app/models/class_a.rb class A MyClass::Colour.... end uninitialized constant A::Colour (NameError) RAILS_ENV=test bin/rspec spec/feature/mytest.rb

Hi, Love what you have done :+1: SSG support is awesome, but does it reload if data changes, or revalidate after X amount of seconds? Nextjs have this feature that...

hi, how do i redirect all missing files or 404 to index.html without returning 404? is it possible todo so? i think with gostatic, it is possible 404 in a...

hi, is it possible to watch for non extension or any files? thanks

hi , when will there be webpack 2 support? thank you

hi is it possible have multiple destination? maybe some kind of roundrobin for basic to start with. and also possible to support http2 (for grpc to work?)

### Describe the feature example: ``` //... const $emit = defineEmits void }>() //... > ``` ### Additional information - [ ] I intend to submit a PR for this...

preparing a closable prepare to allow caller to close the prepared statement to avoid hitting mysql prepare statement limit example: ``` Prepared prepared = await adapter.prepare("select * from users where...