Bilfeldt

Results 42 comments of Bilfeldt
trafficstars

@driesvints Thanks for considering this feature. If you decide to implement this and could benefit from some pairprogramming just let me know. ## Use cases This is a list of...

@driesvints so now I have a first edition up and running which is build using all the different [select menu styles from Tailwind UI](https://tailwindui.com/components/application-ui/forms/select-menus): ![select](https://user-images.githubusercontent.com/30228807/90295300-e52be880-de88-11ea-912d-140413cafdc8.gif) Now I cannot publish the...

@ju5t [Tailwind's Headless UI project](https://github.com/tailwindlabs/headlessui) actually implements exactly this as I understand it. Currently a [React](https://github.com/tailwindlabs/headlessui/tree/develop/packages/%40headlessui-react#menu-button-dropdown) version and a [Vue](https://github.com/tailwindlabs/headlessui/tree/develop/packages/%40headlessui-vue#menu-button-dropdown) version is available. When I [first](https://twitter.com/AndersBilfeldt/status/1301499906989985792) asked @RobinMalfait there were...

We are doing this using GeoJSON which is one of the most flexible ways of plotting with MapBox and there are multiple packages available to create GeoJSON from the backed....

@driesvints There are two widely used packages for handling GeoJSON: 1. [jmikola/geojson](https://packagist.org/packages/jmikola/geojson) 2. [phayes/geophp](https://packagist.org/packages/phayes/geophp) The first one is the one used by the package [laravel-mysql-spatial](https://github.com/grimzy/laravel-mysql-spatial) which adds MySQL Spatial support...

> ... I'm a bit concerned that they aren't maintained anymore. Last update for both was in 2016. I get what you mean - I had the same considerations myself...

FYI this feature is implemented by this package: https://github.com/vemcogroup/laravel-translation

I suggest using a dedicated logger using `logWith` and the new `MessageAccessor` that were both introduced in v1.1.0 - see #13 and #15

@kyranb Did you see me previous comment by any chance? 👍

Dear @onlime Thanks for pointing my direction to this newly introduced event [`ResponseReceived `](https://laravel.com/api/8.x/Illuminate/Http/Client/Events/ResponseReceived.html) which was apparently introduced in [Laravel v8.49.2](https://github.com/laravel/framework/blob/8.x/CHANGELOG-8.x.md#v8492-2021-07-07) and clearely solves this issue as this event has...