Antonio Ospite

Results 37 comments of Antonio Ospite

It would be great if adding a custom symbol prefix was made available in glad directly, and via the web interface. For the time being I am using this script:...

IMHO “*No need*” does not mean that **optional** support for patched font couldn't be added.

@ohmpossum thanks for the info about the disassembler. I hope @deater could have a look at the original issue with `mkdos33fs` too sooner or later.

Thanks for the followup @Danl2620 I guess this is more or less equivalent to what i did when reusing `empty.dsk`, but faster. Maybe adding code to to create a bootable...

@floe thanks for keeping me in the loop, however I don't have any of such devices so I don't think I am going to do any serious work on that....

Ah, just for the records, the am7xxx USB projector I've got does not even use USB mass storage, so I don't think It can use the same SCSI protocol I...

I've seen that there are some other devices perform firmware updates over a SCSI-like protocol, but they are actually SCSI devices so I don't know how similar this is; anyway...

Any news on this? I see the https://github.com/protocolbuffers/protobuf/pull/6617 has been closed without pushing the change.

Hi, preserving original code formatting when performing AST transformations will be very useful for code refactoring. However, even without it php-parser has still been useful to me as a **validating**...

Ah, a workaround I found for my use case is to execute (pun intended) `kill -- -$PPID` in the hook. Rather nasty.