Simon

Results 13 comments of Simon

> In case you stumble upon this. I could fix the issue with the help of the [ts-jest docs](https://kulshekhar.github.io/ts-jest/docs/guides/esm-support/). > > You need to add > > ```js > module.exports...

> Thanks for the contribution @chabb - this is certainly annoying. But I'd like to figure out exactly where the problem is and just fix that rather than sprinkling more...

> When setting the id, this doesn't seem to be passed to the html Input element either. I stumbled over this while trying to use two `DatePickerSingle` components on a...

> I tried to build a little app/website for my use If you only need it to run **on your own machine**, you can install a browser extension to disable...

> > If you only need it to run **on your own machine**, you can install a browser extension to disable CORS. > > Note that, unless this browser extension...

Same thing here: `Expected an integerish value. Got: DateTimeImmutable` PHP 7.4 steverhoades/oauth2-openid-connect-client v1.0.0 lcobucci/jwt 3.4.6

You can access any table by using the DB facade: ```php $data = \Illuminate\Support\Facades\DB::connection('connection_name')->table('table_name')->get(); ``` Or you can add a custom model (but remember to set the `$table` and `$connection`...

I believe this is caused by the fact that `~` is not expanded when wrapped inside quotes (does not matter if single or double quotes). It might be a viable...

This was already fixed in https://github.com/icons8/line-awesome/commit/db2d9fcc864e25a68c4cdb0a3c49b60fc657196d, but there is no new release :slightly_frowning_face: See https://github.com/icons8/line-awesome/issues/107

@davefx Can you fix the conflicts in this PR?