Victor Rybynok
Victor Rybynok
My first attempt to create an example Yarn 3 repository that uses ```yarn-pnp.el``` package: https://gitlab.com/ogorod/next-app-rh
Observing the same arangod log output when starting via systemd and then running: ```sudo systemctl stop arangodb3.service``` The following is the output of ```arangod --version```: ``` 3.7.0-1 architecture: 64bit arm:...
Similar issue with @apollo/client@^3.7.3 and [email protected] (just updated) ```next start``` works as expected; ```next dev``` fails to start polling. Using the following temp fix as others have suggested: ```ts const...
I used to use a solution similar to that of @KaratasFurkan For some reason, it no longer works with the current `master` branch. I can see a brief background colour...
@victorlrz> * Or when using **config.external.push({'thread-stream': 'commonjs thread-stream'}) in NextJs webpack config** peerDependencies approach did not work for me, neither [serverComponentsExternalPackages](https://github.com/vercel/next.js/discussions/46987#discussioncomment-6986115) Webpack externals works great! - small typo though, should...
Same here as [reported](https://github.com/vercel/next.js/issues/16326#issuecomment-1228454046) by @DPangerl: `next@^13.1.1`, `styled-components@^5.3.6` As a temporary workaround I am using [next-remote-watch](https://github.com/hashicorp/next-remote-watch) Also, see [this](https://github.com/hashicorp/next-remote-watch/issues/42) SO issue if using `next-remote-watch`.
It looks like 3.11.3 still does not have `strongtyping-stubs/**/*.pyi` :sweat_smile: In your last commit `strongtyping-stubs/__init__.py` has been deleted. Therefore find_packages() no longer recognises it as a package. Can be fixed...
This is a small quick hack that works for me: ```elisp (defvar rh-consult-dir--source-recentf `(:name "Directory" :narrow ?d :category file :face consult-file :history file-name-history :action ,#'dired :state ,#'consult--file-preview :enabled ,(lambda ()...
Точно такая-же проблема. Nix OS 24.05 (Uakari)
@usulpro Hi Oleg! That is a good question. The following post from airbnb was my original source of inspiration: https://medium.com/airbnb-engineering/airbnbs-trip-to-linaria-dc169230bd12 Previously, we used Tailwind CSS with Styled Components. Tailwind theme...