Fydon

Results 34 comments of Fydon

Thank you for your quick response. In my experience, PHP curl does not have a default user agent for web requests. It seems from [this RFC](https://wiki.php.net/rfc/curl_user_agent) that it is proposed...

How would you like to proceed with this? I think I've added the library version correctly.

I assume that this is the NodeJS library that is [now deprecated](https://www.keycloak.org/2022/02/adapter-deprecation)? Any discussion about the deprecation should probably be made in [discussions](https://github.com/keycloak/keycloak/discussions/9818), but I thought I'd mention this here...

Thank you for raising this issue. I think it was raised due to the support query that I (or perhaps also others) raised, as it was pointed out by the...

I would like to use nocodb to create reports from a subset of the data in an external database of an application. Any tables and views should be created in...

Fixed failing linting tests caused by this change. Sorry I should have run that before. When I run `npm run lint:everything` I see `The 'no-redundant-jsdoc' rule threw an error in...

Thank you. I see now that I can run a single test. Stepping through it, I realised that it was trying to get a migration name from a file name...

> Also, I assume this will fix also #4688 ? @OlivierCavadenti Yes that should also be closed with this change. It could also be closed as a duplicate of the...

Potential ideas to not make this breaking: 1. We could try to detect if the migration name ends with an extension and if so remove the extension. Unfortunately this means...

Sorry I also meant to say that I created test\unit\migrations\migrate\sources\fs-migrations.js but I wasn't sure where to add it in the test suite. You may be happy with the tests that...