Tim Wisniewski

Results 184 issues of Tim Wisniewski

Thanks for this tool! I just wanted to suggest that perhaps `pipreqs` print to stdout by default, allowing you to redirect to a file via: ```bash pipreqs > requirements.txt ```...

enhancement
breaking-change

Hi! Really excited by this project. I'm trying it out locally, using the directions in the readme, and my browser's making a request for `/js/sql-wasm.wasm` which throws a 404 as...

I'm writing tests to run in node.js with mocha via jsdom (following [this example](https://github.com/craigspaeth/backbone-headless-testing/blob/master/test/unit/views.todos_list_view.js)) and I notice node-underscorify does not have an effect when the `require()` is done outside of...

Hello, I have a use case where I'm querying an API that tells browsers not to cache its responses. As a user bounces around from page to page in my...

Stores hashed versions of the tokens in the database per #80. This PR is not quite done yet, but I wanted to share the draft to get feedback in the...

Hello, I'd like to use this library but I'm concerned about the fact that the tokens are stored in plain text in the database. For their duration (by default, one...

help wanted
good first issue
feature request

Hi! Big fan of YakYak, but I've noticed that once or twice per day my messages stop sending. They appear faded, as if they're trying to send, but never do....

inactive

Hey guys, I love this idea and how lightweight this is, but I wanted to ask whether it is necessary for sensei-grid to be a jQuery plugin? Does this: ```...

Hello, I've noticed the reset button doesn't seem to do anything. I expect it would bring me back to the initial state, which I'd like to do at the start...

This pull request allows authorisation adapters to specify different logic for `:new` vs `:create` and `:edit` vs `:update`, for the use cases described in #6529, #3802, and #3405, for example:...