Jonah George
Jonah George
Adding onto this, after having installed a Flathub application I know that the remote is present onto my system; however, when searching for an app its unclear whether I would...
> FWIW we're planning to stop relying on networking between the host and the instance, at which point Server could become an option again. @Saviq Do you know if there...
@jk3us Did you have any luck resolving this? I'm experiencing the same issue.
> Still having this issue in 2024. [FreeTDS/freetds#276](https://github.com/FreeTDS/freetds/pull/276) was never merged. > > Is there any workaround for using structure.sql? @Michoels my comment [here](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/957#issuecomment-1756852463) is where I last left my...
Some additional inspiration: https://twitter.com/sorentwo/status/1666492674684116994?cxt=HHwWhICz9cKQyaAuAAAA
I put together a small spike as I'm also very interested in this. Unfortunately, there's a few issues besides the READPAST hint that would need to be resolved (see details...
For anyone else struggling with this, I created [local-heroku-php-nginx](https://github.com/jonahgeorge/local-heroku-php-nginx) to show a setup with `heroku-php-nginx` on Ubuntu 14.04. # @dzuelke I haven't quite figured out why, but something in `v93`...
Installing composer using the following commands; however, this issues is also present when using their [new installation instructions](https://getcomposer.org/download/). ``` sh curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer ``` ```...
While I'm not entirely sure, it seems to be related to the variables that `heroku-php-nginx` is setting. If I hardcode the values on lines 211 and 212, I get the...
Well, you beat me to it! :D Here's the debug info ``` sh vagrant@vagrant-ubuntu-trusty-64:/vagrant$ which ./composer.phar composer /usr/local/bin/composer vagrant@vagrant-ubuntu-trusty-64:/vagrant$ composer_bin=$(which ./composer.phar composer | head -n1) vagrant@vagrant-ubuntu-trusty-64:/vagrant$ echo $composer_bin /usr/local/bin/composer vagrant@vagrant-ubuntu-trusty-64:/vagrant$...