Simon East

Results 54 comments of Simon East

I'm also attempting to compile a plain `Asm(` version of an 8XP file and having it fail. The reason is because the binary format is incorrect/corrupted. There are a few...

I managed to get a Z88DK "hello world" example working correctly by passing it through the [Brass assembler](https://benryves.com/bin/brass/), as a workaround. **Step 1:** Compile with z88dk ```sh zcc +ti8x -startup=10...

> I am doing something like this in my Makefile... I'm not fluent enough in makefiles to understand exactly what this is doing. Are you passing the C code into...

I couldn't get this plugin to work, so I instead went with a relatively clean and simple sass setup as described [here](https://www.belter.io/eleventy-sass-workflow/). It has less dependencies, uses the updated dart...

Yes, I'd also like to know why this is invalid. I frequently encounter services asking for internet access and am unable to identify exactly which service it is, and end...

Yes, if you're developing on Windows machines, you usually need to disable `CURLOPT_SSL_VERIFYPEER`. I did this by editing `initRequest()` inside `/vendor/asimlqt/php-google-spreadsheet-client/src/Google/Spreadsheet/DefaultServiceRequest.php`.

It minimizes to your system tray. Perhaps it's hidden inside the overflow menu? ![screenshot - 28 jan 2015 3_54_16 pm](https://cloud.githubusercontent.com/assets/813734/5932641/19ebe13a-a706-11e4-86b3-d456f67d33f4.png)

According to https://github.com/leafo/scssphp/issues/135, SCSS-PHP does not yet support source maps, although it does have some options to output line-numbers in the compiled code for easier debugging. That could possibly be...

A good reference might be [flazzarotto/sass-generator-bundle](https://github.com/flazzarotto/sass-generator-bundle), which uses both [leafo/scssphp](https://github.com/leafo/scssphp) and [koala-framework/sourcemaps](https://github.com/koala-framework/sourcemaps) together to generate source-maps.

@dstorozhuk Oh wonderful! Are you able to share your code or post a pull request? I was hoping to investigate this myself when I had a few hours, but hadn't...