Vesa Laakso
Vesa Laakso
Sitemaps submitted via ping endpoint do not show up automatically in Google Search Console. You should add your sitemap there manually. Google is even going to remove the ping endpoint...
Cool! So this parser is able to figure out everything from the API documentation without having to hard-code any type information like the previous version does here, right? https://github.com/sergeysova/telegram-typings/blob/6ab52ba83c17d53947ba8bd667db8f617b6dd32e/lib/main.js#L35-L99 ---...
I don't have time right now to try, sorry
Hi! This is @valscion from `webpack-bundle-analyzer`. The situation right now is that `webpack-bundle-analyzer` does not support the `BannerPlugin`. We have an open feature request here: https://github.com/webpack-contrib/webpack-bundle-analyzer/discussions/601 So there currently is...
> A `BannerPlugin` independent solution for us would probably still run into the same compat issues with `webpack-bundle-analyzer`. Yeah I'd expect that to be the case. I don't unfortunately have...
Would git submodules work for your use case? It sounds like a decent solution for sharing mod files from a different repository.
> Another request here: shell completion doesn't seem to work with modules. Modules are going to be such a killer feature when they are fully baked!! There was some discussion...
Hi there :relaxed: I'm wondering is there any way to currently work around this lack of functionality in `just`? We have more than 50 just tasks currently for various unrelated...
Thanks for getting back to me so soon 😊. `just` is already pretty amazing and it works splendidly for 98% of our use cases. Issues with quoting are definitely one...
Ok, now I think I'm in a happy place. I can write commands like this: ``` just admin fix-venue-location staging --where-venue-like="'Food Camp / %'" --lat=60.1817 --lon=24.522 ``` We'll merely have...