Nolan Ehrstrom
Nolan Ehrstrom
Hey @moxley . Looks like your atom-ruby-test is still in wide use and very useful. I too have switched over mostly to VSCode from Atom however I have some time...
@moxley I'm unable to DM you from my twitter (https://twitter.com/nolanpro). Maybe it's because you're not following me but not sure since I don't use twitter all that much. Thanks!
It should be using the same size as the editor text. Could you post a screenshot?
@gee-forr interesting. This looks like a shell issue that might be with platformio-ide-terminal. From the gif it looks like the command is being entered before the prompt is available. Would...
@alexlib I had this issue and had to ``` rm ~/.oci/config ``` then ``` oci session authenticate ``` I don't know why refreshing the token wasn't working
@estebangallego Could you check if we still need this fix https://github.com/ProcessMaker/processmaker/pull/4546/files with this PR? To test, you can run `phpunit tests/Feature/Api/ChangePasswordTest.php`. If we don't need it please remove that line...
:x: Shift did not remove some of the previous npm scripts running `mix` commands as they appeared to be customized. You should review the `scripts` configured in your `package.json` file...
:information_source: Previously, Laravel configured several npm scripts for building assets. For Vite, Laravel configures a `dev` script for generating and watching your assets (for development) and `build` script for generating...
:warning: Shift detected you are using Vue. As such, Vite recommends importing your CSS from your JavaScript entry point. This will improve your development experience by avoiding flashes of unstyled...
:information_source: Laravel renamed the environment variables used by Mix to use a `VITE_` prefix, instead of `MIX_`. While Shift automated this change throughout your code, you should check for any...