Adam Lavin

Results 12 issues of Adam Lavin

### Check The Docs - [X] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [X] I verified the issue was caused by...

bug

Hey There, In the project I'm using this in I've come across an interesting scenario. When node compiles and renders the page, it uses the `lib` version, and when webpack...

### What is the current behavior? Packages like `react-scripts` cannot find the correct `package.json` because it sits in a folder a level or many up from the root dir. ###...

enhancement

When you specify a `type="radio"` on the field, final-form is able to automatically deal with the checked attribute that radios require. I'm wondering how you'd go able dealing with that...

This pull request includes updates for the recent minor version release of Laravel as well as updates to your package dependencies. Feel free to commit any additional changes to the...

This PR also contains a few more changes: - ElasticSearch has been upgraded to the latest version (7.12) - PHP Version is now 8 - PostgreSQL is on 13.2 -...

- https://laravelshift.com/shifts#products

So far, I can see a few plugins that can be replaced by better alternatives, powered by angular. - [ ] TimeAgo - [yaru22/angular-timeago](https://github.com/yaru22/angular-timeago) - [ ] Datepicker - [g00fy-/angular-datepicker](https://github.com/g00fy-/angular-datepicker)...

feature
frontend

In [this file](https://github.com/Poniverse/Pony.fm/blob/master/app/Commands/UploadTrackCommand.php#L209) around line 209 there is some code to deal with updating track status if parsing of the tags failed, however the way it is structured means that...

PHP implemented ISO8601 wrong, the correct implementation is in the ATOM date format. This is used throughout the code for both parsing and formatting which may make this a non-trivial...