Steve Sims

Results 42 issues of Steve Sims

We're looking to adopt [Polished](https://polished.js.org/) [(docs)](https://polished.js.org/docs/) to provide styling utility functions. This issue is here to advise of that choice, and track suggestions for how it may be used, and...

discussion

It would be useful to add style variations to the Tag component, similar to how Button supports them

feature

For non-public-facing UK gov systems smaller sized input elements, especially checkbox and radio components, are often supported. Examples of these can be found in the Home Office Design System: https://home-office-digital-patterns.herokuapp.com/components/checkboxes...

feature

Using `ember generate style component/name --dry-run` incorrectly results in an `@import` statement for the new style being added to the `pods.scss` file.

It's been observed that the emulator can overwrite files, where on a real Agon you will see an `Access denied` error being reported. This applies to saving files from BASIC,...

When I run this demo it crashes. Not just the browser, but it brings my machine down. I get a frozen screen, and the only recovery method is to force...

MOS currently offers no mechanism to add new API calls, and the only mechanism to add a star command is via executables stored on disc that will be automatically executed...

idea

See breakintoprogram/agon-vdp#125 for commentary on the "why". :grin: move version info out to `version.h` file version info now a semantic version, with major, minor, patch, and “candidate” info, as well...

enhancement

As communications with the VDP are asynchronous one needs to be able to wait until a command has been processed before the status/result of that command can be read. The...

enhancement

My autoexec.txt file is simple, reading thus: ``` SET KEYBOARD 0 LOAD bbcbasic CD test RUN ``` On boot I was ending up in the MOS prompt rather than BASIC,...

enhancement