Pedro Gimeno pgimeno

pgimeno pushed to linux--lnrel-utility at pgimeno/Gists

  • a5c9434045 Use -T instead of -n to avoid surprises in rare cases; bashify

1 year ago

pgimeno pushed to linux--lnrel-utility at pgimeno/Gists

1 year ago

pgimeno created new branch linux--lnrel-utility at pgimeno/Gists

1 year ago

pgimeno closed issue pgimeno/cam11#1

Vp is a nil value while using 'camera:getViewport()' or 'cam:attach()'

1 year ago

pgimeno commented on issue pgimeno/cam11#1

Vp is a nil value while using 'camera:getViewport()' or 'cam:attach()'

You haven't formatted the code in an intelligible way, but it looks like you haven't created a camera using the `new()` method. Try this: `camera = require('cam11').new()`

1 year ago

pgimeno commented on issue pgimeno/Gspot#16

Support 0 - 1 color range for Image and Feedback elements

Well spotted, thanks for the fix.

1 year ago

pgimeno pushed to master at pgimeno/Gspot

  • d9d9d514f5 Use 0 - 1 range for image and feedback colors

1 year ago

pgimeno merged pull request pgimeno/Gspot#16

Support 0 - 1 color range for Image and Feedback elements

1 year ago

pgimeno closed pull request pgimeno/Gspot#16

Support 0 - 1 color range for Image and Feedback elements

1 year ago

pgimeno pushed to master at pgimeno/Thrust-II-reloaded

1 year ago

pgimeno pushed to master at pgimeno/vdptest

1 year ago

pgimeno pushed to master at pgimeno/nativefs

1 year ago

pgimeno pushed to master at pgimeno/nativefs

1 year ago

pgimeno pushed to master at pgimeno/nativefs

1 year ago

pgimeno pushed to zorgnn-patch-1 at pgimeno/nativefs

  • d3d19a0872 Fix nativefs.createDirectory on windows Currently, createDirectory fails on windows, because a slash is mandatory at the beginning of the absolute path, i.e. with the drive letter and the colon; `C:` fails even the getInfo process without a slash of any kind (\ or /); only `C:\` or `C:/` gets recognized as a correct path. The change i made, as far as i can tell, won't stop the function from working on linux/osx either, although testing that would probably be a good idea; the issue i could see is if/when gmatch would return the first directory instead of an empty string in front of the first slash, and if that would fail because the path would expect an initial slash as the root... if it doesn't, then it should work. But if it does fail, this might not have a clean solution unless the implementation is separated by OS, with current being `'/'` initially on non-windows, and `''` otherwise, alongside my change.
  • 085fb62003 Update README.md
  • 3d4a838105 refactor
  • 30d36b97e1 updated README
  • c84a058772 added File:type() and File:typeOf()

1 year ago

pgimeno created new branch zorgnn-patch-1 at pgimeno/nativefs

1 year ago

pgimeno pushed to master at pgimeno/nativefs

  • e43057ba13 Add .gitattributes, ignore data/write.test, normalize EOL in test
  • a8ab3c465d create FileData from ByteData if possible
  • dbfefa28c2 check argument type in newFile(), fixes #4
  • c01aea7dfa fix absolute path handling in createDirectory
  • eb00b9fd0a close file after nativefs.lines() finishes

1 year ago

pgimeno created new branch master at pgimeno/nativefs

1 year ago

pgimeno created repository pgimeno/nativefs

1 year ago

pgimeno pushed to z80-asm--zx81-zxsp-prng at pgimeno/Gists

1 year ago