Germain Italic
Germain Italic
I followed the instructions on http://ashleygwilliams.github.io:80/explorer.html not to use HTTPS, but whatever I try, I always get a `net::ERR_CONNECTION_TIMED_OUT` from http://45.55.231.22:8080/ when I query `api-browser.js`. This should be fixed ASAP...
Windows 10 user. ``` npm -v 6.4.0 node -v v8.9.1 ``` Electron compiles to but web does not. Blank page, no error in console. I'm stuck here...
Hello, we are having trouble with geolocation on our SharePoint Online classic intranet (requires login throught the portal login.microsoftonline.com). All our visitors connect from the same VPN from multiple offices,...
I need this for my project, so just to let you know: I'm working on it!
In PR #74 - Fixed some issues with default orderby / groupby - Disabled broken Action buttons **Before:**  **After:** 
These types are handled incorrectly: - a_timestamp TIMESTAMP - a_char CHAR(10) - a_binary BINARY(10) - a_json JSON - a_point POINT - a_linestring LINESTRING - a_polygon POLYGON [Here](https://github.com/jan-vandenberg/cruddiy/pull/74/commits/3b53e3e074b5f96d40bf3341c9997efce54a43c1) is a table...
When a column is selected here:  it is indeed visible in the View page:  and the List (table) page:  but it's confusing not to have it displayed...
### Discussed in https://github.com/jan-vandenberg/cruddiy/discussions/106 Originally posted by **germain-italic** December 5, 2023 Only two lines? Not enough. It's easy to make them bigger, not sure if it should be configurable. Any...
Here's an example: __The foreign_key 'products_ibfk_1' was created from ' products(supplier_id)' to 'suppliers(id)'.__  It should have displayed `products_ibfk_2`. This looks hard-coded in [line 101](https://github.com/jan-vandenberg/cruddiy/blob/4d19223b4bf181d734949df1aa629d8d51744811/core/relations.php#L101).