Benjamin Lieb

Results 50 issues of Benjamin Lieb

This type seems needed for `onPointerDownOutside` methods, but it is not exported in `@radix-ui/react-dismissable-layer/dist/index.d.ts` `"@radix-ui/react-dismissable-layer": "1.0.4"` I solved it by creating my own type just as it was created in...

I'm trying to get rubberband pitch shift node working with my Tone.js audio player. Can't seem to get it to work. Trying something like this: ```js const pitchShiftNode = await...

feature request

### Question How can I get multiple notes or formatted notes using Markdown? I've read the source and it looks like it's just looking for one line. This may work...

🤔 Question

This gem is pretty useful! I just wonder why we have `remote_pry` in ruby, and then `pry-remote` on the console. Wouldn't it be less cognitive strain to regularize this (presumably...

It appears that this code (node_modules/epubjs/lib/managers/continuous/index.js): ```js observeIfChapterIsInView(view) { const observer = new IntersectionObserver(entries => { if (entries[0].isIntersecting === true) { setTimeout(() => { if (this.readingDirection === 'backward') { this.observeMovingBack();...

I'm using `create_customer_profile_transaction` to create charge transactions and I would like to send an invoice/order number. This is also an important part of determining if the transaction is a duplicate,...

Authorize.net has an [extensive configuration](https://developer.authorize.net/hello_world/testing_guide.html) for generating specific response codes for credit card processing using zip codes and special cvv codes, etc in the sandbox. I've made an integration to...

I think it would be a helpful addition to include the default form templates in the REAME. The section "Customising templates" is nice, but it's not clear how to make...

I have to do this for some reason: ```js import { QRCode } from 'react-qr-code'; // note different from docs ```

I'm trying to make my app thread-safe to use the Puma server. I'm using this in my payments code and don't want to get this wrong! app/models/concerns/user_stripe_payments_module.rb:8: memoize :payment_profile #...