rob phillips

Results 35 comments of rob phillips

Good example is here https://www.appneta.com/blog/python-unit-test-mock/ and the source files to go with it showing a nice way of doing domain / url based matching https://github.com/danriti/python-mocked-service

Example is here w/ JSON based fixtures https://github.com/danriti/python-mocked-service

Hey Zev! I was using `highlight` in the more traditional sense of when you highlight something in a book, you paint it with a different colored background; as you noted,...

For others coming across this, just wanted to point out @matthewmuscat's answer: ```html ``` (or in Next.js document page) ```jsx ``` ```css [data-theme='dark'] .elements-container :is(.token.string, .token.function, .token.property) { color: var(--ifm-color-primary)...

^ of note: `open` for the `onClick` handler comes from destructuring `useDropzone` Docs on this: https://github.com/react-dropzone/react-dropzone/blob/master/examples/file-dialog/README.md

As this repo is not maintained, you can also `nvm install 20 && nvm use 20` to go back to Node v20.11.1 and silence it for now until ajv/eslint/etc update...

👉 You can preserve Mr. Ranedeer entirely using Fastlane as a prompt manager on top of GPT-4: https://builder.fastlane.is Basically, you can create Mr. Ranedeer as a persona on there, add...

@dangthaison91 No; the paging behavior is fine. I mean the scroll view underlying the collection view should always bounce nicely and come to a slow stop. Unfortunately, the way this...

@dangthaison91 In the original issue I wrote: >I also tested with different deceleration rates and it doesn't seem to change anything

@matthew-reilly That's unfortunately jittery for me when I don't flick it hard enough to advance to the next page. It does seem to be an issue w/ velocity and offset...