solidpulse

Results 13 issues of solidpulse

I have been working on a transpiler myself and came across this repo today. The specification in the README gives me some really good ideas! Thanks! I am stuck at...

my .bashrc file is not executed due to dvm installation creating a .bash_profile, it should check and include, ``` if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi ```

Most commercial apps like whmcs, blesta etc require ioncube to be present. is there an easy way to get this working

pending

https://github.com/jeremykenedy/laravel-auth/blob/17b081d0c5df130b0cc0cd06defa21061f8143a0/app/Http/Controllers/ThemesManagementController.php#L29 Crashes with just a few users.

It was previously mentioned here https://github.com/abertschi/graalphp/issues/57#issuecomment-699504478 on how to use or implement PHP functions in Graal, ``` Integration of PHP's native libraries. I see JPHP follows an approach which re-implements...

I thought implementing string would be easy, but I was so wrong, [https://github.com/avierr/graalphp/commit/58142efd3c8e3e65ac1be93d21edea32c35c9810] PHP supports string interpolation, probably this needs some pre-processing to convert it into string concatenation operations? we...

food-for-thought

I usually have sdkman installer in /Users/Shared/sdkman directory so that two user can share the same sdkman instance. I only have to set the sdkman path in my profile/rc file...

enhancement

This looks very good, problem with PHP in general is that it is very difficult to contribute as it forces you to know C which most young people aren't aware...

I know this works well for a new SPA project but most practical projects out there need the JS files to be included in the pre-rendered HTML. for example, I...

The following doesn't have autocompletion and is very error prone. ``` use \Bango\Model; class User extends Model { /** * Class constructor. * * @return void */ public function __construct()...