Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / keith-packard/snek issues and pull requests
#99 - Bring math, random and time symbols into global namespace
Pull Request -
State: open - Opened by keith-packard 6 days ago
#98 - Share prngs across all devices
Pull Request -
State: closed - Opened by keith-packard 6 days ago
#97 - .github: Cache Dockerfile
Pull Request -
State: closed - Opened by keith-packard 6 days ago
#96 - .github: Update actions to current versions
Pull Request -
State: closed - Opened by keith-packard 6 days ago
#95 - build(deps): bump docker/setup-buildx-action from 1 to 3
Pull Request -
State: closed - Opened by dependabot[bot] 6 days ago
- 1 comment
Labels: dependencies
#94 - build(deps): bump actions/cache from 2 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 6 days ago
- 1 comment
Labels: dependencies
#93 - build(deps): bump actions/checkout from 2 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 6 days ago
- 1 comment
Labels: dependencies
#92 - build(deps): bump docker/build-push-action from 2 to 6
Pull Request -
State: closed - Opened by dependabot[bot] 6 days ago
- 1 comment
Labels: dependencies
#91 - build(deps): bump actions/upload-artifact from 2 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 6 days ago
- 1 comment
Labels: dependencies
#90 - Ignore 'from <name> import *' commands
Pull Request -
State: closed - Opened by keith-packard 9 days ago
#89 - Snek 1.9 for Windows doesn't seem to support curses and stdscr
Issue -
State: open - Opened by mobluse 4 months ago
#88 - All modules should automatically be from module import *
Issue -
State: open - Opened by mobluse 5 months ago
- 11 comments
#87 - When using curses.initscr() printing to screen doesn't work
Issue -
State: open - Opened by mobluse 5 months ago
- 1 comment
#85 - Size Deails please
Issue -
State: closed - Opened by PythonLinks 5 months ago
- 2 comments
#84 - compilation fails on Picolibc semihosting for qemu-arm
Issue -
State: closed - Opened by sanyaade-teachings about 1 year ago
- 2 comments
#83 - Create devcontainer.json
Pull Request -
State: closed - Opened by ergoweb-zz over 1 year ago
#82 - Minimal porting instructions?
Issue -
State: open - Opened by SonoSooS over 1 year ago
#81 - Snekboard manual needs an update
Issue -
State: closed - Opened by dolmen over 1 year ago
- 1 comment
#78 - RISC-V support like CH32V003 MCU
Issue -
State: open - Opened by dfsxn over 1 year ago
- 1 comment
#77 - Asciidoctor update
Pull Request -
State: closed - Opened by keith-packard almost 2 years ago
#76 - Allow only one optional parameter to 'input'
Pull Request -
State: closed - Opened by keith-packard almost 2 years ago
#75 - inconsistency questions
Issue -
State: closed - Opened by incanus almost 2 years ago
- 2 comments
#74 - Note additional build dependencies
Pull Request -
State: closed - Opened by keith-packard almost 2 years ago
#73 - Store most recent repl value in '_'
Pull Request -
State: closed - Opened by keith-packard almost 2 years ago
#72 - underscore variable?
Issue -
State: closed - Opened by incanus almost 2 years ago
- 1 comment
#71 - extra build dependencies
Issue -
State: closed - Opened by incanus almost 2 years ago
#70 - ports/posix: Allow building with -static, skipping readline
Pull Request -
State: closed - Opened by keith-packard almost 2 years ago
#69 - Support older picolibc (< 1.6)
Pull Request -
State: closed - Opened by keith-packard almost 2 years ago
#68 - Support for small-sized STM32 variants?
Issue -
State: open - Opened by mirko almost 2 years ago
- 5 comments
#67 - Link to mailinglist returns 403 "Forbidden"
Issue -
State: open - Opened by mirko almost 2 years ago
- 2 comments
#66 - Return '' when just <nl> is provided to 'input'
Pull Request -
State: closed - Opened by keith-packard almost 2 years ago
#65 - Cannot compile /snek/ports/crickit in Debian Bullseye Linux
Issue -
State: closed - Opened by mobluse almost 2 years ago
- 1 comment
#64 - input() of empty string results in None instead of ''
Issue -
State: closed - Opened by mobluse almost 2 years ago
- 1 comment
#63 - Z80 version of Snek?
Issue -
State: open - Opened by mchobby about 2 years ago
- 11 comments
#62 - Add some more details about build requirements in README.md
Pull Request -
State: closed - Opened by keith-packard about 2 years ago
#61 - build fails with ../../snek-gram.ll:258:5: error: ‘for_depth’ undeclared
Issue -
State: closed - Opened by fanoush about 2 years ago
- 5 comments
#60 - Upstream https://keithp.com/cgit/apps.git/?
Issue -
State: closed - Opened by xiaoxiang781216 over 2 years ago
- 1 comment
#59 - Version 1.8
Pull Request -
State: closed - Opened by keith-packard over 2 years ago
#58 - snek-arm fails on s390x with qemu >6.1
Issue -
State: closed - Opened by cpaelzer over 2 years ago
- 4 comments
#57 - Add Lilypad support
Pull Request -
State: closed - Opened by keith-packard over 2 years ago
#56 - .github: Switch back to vanilla debian qemu
Pull Request -
State: closed - Opened by keith-packard over 2 years ago
#55 - test: Add 'assert' to check in pass-while tests
Pull Request -
State: closed - Opened by keith-packard almost 3 years ago
#54 - Allow 3 * 'a' as well as 'a' * 3
Pull Request -
State: closed - Opened by keith-packard almost 3 years ago
#53 - If a and b are strings then a+(3*b) gives "<stdin>:4 type mismatch"
Issue -
State: closed - Opened by mobluse almost 3 years ago
- 1 comment
#52 - The pass-while* tests could be improved
Issue -
State: closed - Opened by mobluse almost 3 years ago
#51 - Correct stack usage during chained comparison operations
Pull Request -
State: closed - Opened by keith-packard almost 3 years ago
#50 - Error if you do print(1 == 2 != 0), but no error for print((1 == 2) != 0) or print(1 == (2 != 0))
Issue -
State: closed - Opened by mobluse almost 3 years ago
- 1 comment
#49 - Accept missing newline at end of file
Pull Request -
State: closed - Opened by keith-packard almost 3 years ago
#48 - Add bigger duemilanove and uno ports
Pull Request -
State: closed - Opened by keith-packard almost 3 years ago
#47 - Add 'str' builtin
Pull Request -
State: closed - Opened by keith-packard almost 3 years ago
#46 - ports/lilypad328: LilyPad Arduino 328 target
Pull Request -
State: closed - Opened by douglasfraser almost 3 years ago
- 8 comments
#45 - del a[:], del a[3:], del [:3], i.e. del with slices doesn't work
Issue -
State: open - Opened by mobluse almost 3 years ago
- 1 comment
#44 - doc: Remove attempts at character formatting in source samples
Pull Request -
State: closed - Opened by keith-packard almost 3 years ago
#43 - snek.pdf contains html tags
Issue -
State: closed - Opened by drawkula almost 3 years ago
- 1 comment
#42 - Snek on Arduino Nano
Issue -
State: closed - Opened by helmutg almost 3 years ago
- 5 comments
#41 - Bug fixes
Pull Request -
State: closed - Opened by keith-packard almost 3 years ago
#40 - Would like input(), int(), and float() in Snek for Arduino UNO R3
Issue -
State: closed - Opened by mobluse about 3 years ago
- 7 comments
#39 - Programs for snek for Posix requires an extra newline in order to be loaded
Issue -
State: closed - Opened by mobluse about 3 years ago
- 2 comments
#38 - REPL on the sneklang website
Issue -
State: open - Opened by vanillajonathan about 3 years ago
- 10 comments
#37 - while with formatted (string interpolation) print reboots or hangs on Arduino UNO R3
Issue -
State: closed - Opened by mobluse about 3 years ago
- 3 comments
#36 - List of supported hardware?
Issue -
State: closed - Opened by zoobab over 3 years ago
- 1 comment
#35 - Unable to connect to snekboard
Issue -
State: closed - Opened by tcharding almost 4 years ago
- 4 comments
#34 - EV3 snekserver
Pull Request -
State: closed - Opened by dottedmag about 4 years ago
- 3 comments
#33 - Failing to build for linux with make SNEK_OTHEROS=0
Issue -
State: closed - Opened by larsks over 4 years ago
- 1 comment
#32 - Update snekde.py
Pull Request -
State: closed - Opened by vanillajonathan over 4 years ago
- 1 comment
#32 - Update snekde.py
Pull Request -
State: closed - Opened by vanillajonathan over 4 years ago
- 1 comment
#31 - PyCon APAC 2020 keynote invitation
Issue -
State: closed - Opened by tangingw over 4 years ago
- 1 comment
#31 - PyCon APAC 2020 keynote invitation
Issue -
State: closed - Opened by tangingw over 4 years ago
- 1 comment
#30 - Support for /sys/class/gpio?
Issue -
State: open - Opened by zoobab almost 5 years ago
- 3 comments
Labels: enhancement, good first issue
#29 - Release binary files in releases?
Issue -
State: closed - Opened by zoobab almost 5 years ago
- 3 comments
#28 - Any chance to port Shek to BBC:Microbit or ESP*?
Issue -
State: closed - Opened by tangingw almost 5 years ago
- 9 comments
Labels: enhancement
#27 - Use Github Actions for CI/CD and testing
Pull Request -
State: closed - Opened by phsilva almost 5 years ago
- 9 comments
#26 - [port] 1284p Snek pit?
Issue -
State: closed - Opened by drawkula almost 5 years ago
- 5 comments
Labels: enhancement, good first issue
#25 - Use Github Actions for CI/CD and testing - [archived]
Pull Request -
State: closed - Opened by phsilva almost 5 years ago
- 2 comments
#24 - ports/duemilanove: Reduce size of has_pwm() function
Pull Request -
State: closed - Opened by lpereira almost 5 years ago
#23 - Add PEP 515 Underscore in Numeric Literals support
Pull Request -
State: closed - Opened by phsilva almost 5 years ago
- 1 comment
#22 - Support ArduinoISP as programmer for duemilanove
Pull Request -
State: closed - Opened by eliotb about 5 years ago
- 2 comments
#21 - Useful make options
Issue -
State: closed - Opened by eliotb about 5 years ago
- 1 comment
#20 - Add conditional compilation support for builtins
Pull Request -
State: closed - Opened by phsilva about 5 years ago
- 1 comment
#19 - Add assert statement support
Pull Request -
State: closed - Opened by phsilva about 5 years ago
- 9 comments
#18 - Minor fix to DEBUG_COMPILE/EXEC build and more .gitignore things.
Pull Request -
State: closed - Opened by phsilva over 5 years ago
#17 - Incorrectly handling optional parameters
Issue -
State: closed - Opened by phsilva over 5 years ago
- 6 comments
#16 - made various corrections to the book
Pull Request -
State: closed - Opened by BartMassey over 5 years ago
- 2 comments
#15 - Doc doesn't build
Issue -
State: closed - Opened by BartMassey over 5 years ago
- 2 comments
#14 - gcc warning with -flto etc
Issue -
State: closed - Opened by rofl0r over 5 years ago
- 1 comment
#13 - snek-builtin.py: compatibility fixes for python2
Pull Request -
State: closed - Opened by rofl0r over 5 years ago
- 2 comments
#12 - fix usage of deprecated isnanf
Pull Request -
State: closed - Opened by rofl0r over 5 years ago
- 4 comments
#11 - adding avr-gcc to dependecies list
Pull Request -
State: closed - Opened by eamanu over 5 years ago
- 1 comment
#10 - avr-gcc dependencie
Issue -
State: closed - Opened by eamanu over 5 years ago
- 3 comments
#9 - make problems
Issue -
State: closed - Opened by eamanu over 5 years ago
- 2 comments
#8 - bad input breaks state
Issue -
State: closed - Opened by fanoush over 5 years ago
- 5 comments
#7 - snek_is_float returns false for e.g. -1.701412e+38
Issue -
State: closed - Opened by fanoush over 5 years ago
- 8 comments
#6 - A vote for LGPL
Issue -
State: closed - Opened by jockm over 5 years ago
- 5 comments
#5 - 32bit integers? structures?
Issue -
State: closed - Opened by fanoush over 5 years ago
- 10 comments
#4 - print and printn add '0' in the end of line
Issue -
State: closed - Opened by eamanu almost 6 years ago
- 4 comments
Labels: enhancement
#3 - Lazzy improve on Readme.md
Pull Request -
State: closed - Opened by eamanu almost 6 years ago
#2 - Add how to build and run
Pull Request -
State: closed - Opened by eamanu almost 6 years ago
- 1 comment
#1 - README.md: Add a frequently asked question
Pull Request -
State: closed - Opened by lamby almost 6 years ago