Brian Duffey
Brian Duffey
```zsh # Measure startup and disable instant prompt # ZSHRC_CONFIG_DIAG=1 export DOTFILES="$HOME/.dotfiles" export XDG_DATA_HOME="$HOME/.local/share" export XDG_CONFIG_HOME="$HOME/.config" export XDG_CACHE_HOME="$HOME/.cache" # Where I keep my projects export PROJECTS="$HOME/projects/" if [ "$(uname -s)"...
Just ran into this after spending 2 days migrating to the new version, a fix or workaround would be much appreciated as this is preventing us from updating our production...
Not to stir the pot, but seeing as how we need to decide on a solution within the next 24 hours, we are deciding if we want to revert 2...
Same error, using NextJS 11.0.1 and react 17.0.2. Was driving me crazy until I found this issue.
> you can use: https://github.com/eduardoborges/use-mask-input Do you have an example? In my case, trying to use it on an Input with the `ref={useMask('')}` syntax says the types of ref are...
@igalklebanov Unfortunately that won't work. Using what you wrote gives the following error: ``` { code: 'ER_UPDATE_TABLE_USED', errno: 1093, sqlState: 'HY000', sqlMessage: "You can't specify target table 'O' for update...
> Damn, how about a WITH...UPDATE...SET...WHERE ? @igalklebanov This doesn't work since the `WITH` is read only.
> ``` > .set({ "O.Tied": 1 }) > ``` > > This would only work on MySQL AFAIK, so I haven't supported that syntax. @koskimas I hear you, however, part...
Well, npm CLI has the outdated command, which is sorta where I borrowed my UI idea from. Running it looks like this: ``` Package Current Wanted Latest Location @types/aws-lambda 8.10.46...