Jérôme Pogeant

Results 15 comments of Jérôme Pogeant

Hi, > I don't think .arrive is native jQuery, and thus this won't be easily fixed. `.arrive` is not native and from https://github.com/uzairfarooq/arrive > Let me leave this issue open...

@mvllow Im using neovim `0.7.2` ```sh ~ ❯ nvim --version NVIM v0.7.2 Build type: Release LuaJIT 2.1.0-beta3 Compiled by [email protected] Features: +acl +iconv +tui See ":help feature-compile" system vimrc file:...

Yes, this is a bit weird, I configured my Alacritty with rose-pine theme and this seems to break the nvim colorscheme. I need to disable background inside nvim rose-pine config...

I did the test with Kitty, the colors a the same as Alacritty (with the disabled background). NeoVim config are the same on both terminal emulator. Alacritty: Kitty: I don't...

I get the same error with all domains with `co.uk` tld, when I try another tld I get the valid result

@HelgeSverre I tested `co.uk` tld right now on using the master branch and it work great and I found why tld like `co.uk` or `com.sa` are not working right now....

I had the same issue on 2019 Intel Macbook Pro after a OS restart. The error was: ```sh > errors inspecting instance: [failed to get Info from "/Users/JEROME/.lima/colima/ha.sock": Get "http://lima-hostagent/v1/info":...

I'm facing the same issue today. This is not a blocker for me but it would be a real plus if the `mediaLink` is provided

@xabbuh Yes I had this idea too, but I must write >15 condition. This is not really what I want... This can be handled automatiquely ?

@tuxado Yes this is working well in my project, I just use add a group to my serialization context with something like this ``` $view->getSerializationContext()->setGroups('list'); ```