the-goodies

Results 7 comments of the-goodies

> My motivation is three fold: I would like to get a) a native go binding of imgui (w/o cgo) using https://github.com/tetratelabs/wazero and https://ebitengine.org/; I have a very rudimentary prototype...

Here's my function (`Go language`) to load a text font merged with an icons font. Icons font is given a smaller font size, but it ignores it and uses the...

> statamic new simple > cd simple > composer require duncanmcclean/simple-commerce > php please sc:install Visit simple.test/cp and it works. But since I can't create a new website from a...

Interesting, when I visit directly to: http://artisan-bakery.test/cp/collections/products it WORKS, but if I visit http://artisan-bakery.test/cp/ it redirects to http://artisan-bakery.test/cp/dashboard and I get this error.

config/statamic/cp.php: ```php 'widgets' => [ // [ // 'type' => 'orders_chart', // 'width' => 100, // ], // [ // 'type' => 'recent_orders', // 'limit' => 5, // 'width' =>...

So, is it already possible to make a simple ComboFilter/Autocomplete widget using this additional functionality? Such useful widget, yet all provided "examples" in this thread and others are non-working/non-compiling.

> Hi Omar, your new version is working great ! We hoverwer would like not only edit text when double-clicked but also when focus the selectable then press Enter I...