Stephen Handley

Results 10 issues of Stephen Handley

there seems to be a conflict with plax and bonzo: when running with the following ender build ``` ender-js backbone qwery bonzo bean domready bowser ender-bootstrap ender-json browser-request morpheus plax...

in the example app, the params for UserSessionsController#create are processed via @user_session = UserSession.new(params[:user_session]) however the form in the example has the params bare. when i change them to be...

Creating issue based on [this conversation on the forums](https://community.redwoodjs.com/t/detect-the-current-route-in-a-view/587/16?u=stephenhandley). It would be helpful to be able to get the currently matched route via a hook for use in generic page...

topic/router

Fixes part of https://github.com/hMatoba/piexifjs/issues/68

I am using piexifjs to scrub GPS data. After loading the exif data with `.load` I set the GPS field to `{}` and then wrote the modified data with `.insert`....

for example Instagram.media.subscribe(options) would accept function(error, result) {...} as second argument etc. etc.

### Issue description Export 'BSON' is not defined in electron app with vite and typescript ### Expected Behavior Looks related to this [issue](https://github.com/typeorm/typeorm/issues/9959) and [fix](https://github.com/typeorm/typeorm/pull/9962) Still seeing this issue on...

bug
requires triage

Would like to use infinity via browserify and node app, would it be possible to add support for CommonJS exports and publish to NPM?

any interest in adding this to NPM so it can get bundled for client side code via browserify or similar libs.

### Describe the issue I've been trying to get react-strict-dom working with expo@canary and running into `Uncaught TypeError: _interopRequireDefault is not a function`. ### Expected behavior Hoping to be able...

bug