Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / PetterS/quickjs issues and pull requests

#143 - Bump idna from 3.4 to 3.7

Pull Request - State: open - Opened by dependabot[bot] 8 months ago
Labels: dependencies

#142 - _quickjs.JSException: ReferenceError: 'setTimeout' is not defined

Issue - State: open - Opened by Epxir 8 months ago - 1 comment

#141 - Bump cryptography from 41.0.6 to 42.0.4

Pull Request - State: open - Opened by dependabot[bot] 9 months ago
Labels: dependencies

#140 - Bump cryptography from 41.0.6 to 42.0.2

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago - 1 comment
Labels: dependencies

#139 - Bump cryptography from 41.0.6 to 42.0.0

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago - 1 comment
Labels: dependencies

#138 - NumPy compatibility

Issue - State: open - Opened by qwenger 12 months ago - 1 comment

#137 - Bump cryptography from 41.0.5 to 41.0.6

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago
Labels: dependencies

#136 - Enable Python 3.12 in CI, upgrade manylinux_x_y

Pull Request - State: closed - Opened by qwenger about 1 year ago

#135 - Python 3.12 support?

Issue - State: closed - Opened by thomassth about 1 year ago

#134 - Try standardizing setup.py

Pull Request - State: open - Opened by qwenger about 1 year ago

#133 - Cleanup repo

Pull Request - State: closed - Opened by qwenger about 1 year ago

#132 - Update environment handling in GH actions

Issue - State: closed - Opened by qwenger about 1 year ago

#131 - Python 3.11 support

Pull Request - State: closed - Opened by qwenger about 1 year ago

#130 - pip install quickjs fails

Issue - State: closed - Opened by SofiaEngvall about 1 year ago - 2 comments

#129 - ModuleNotFoundError: No module named '_quickjs'

Issue - State: open - Opened by treesheeptw over 1 year ago - 1 comment

#128 - Javascript functions cannot receive javascript objects

Issue - State: open - Opened by nacho00112 over 1 year ago

#127 - python3.11 support

Issue - State: closed - Opened by F11st over 1 year ago - 7 comments

#126 - Update main.yml

Pull Request - State: closed - Opened by Fovty over 1 year ago - 1 comment

#125 - Support for Python 3.11

Issue - State: closed - Opened by HexPandaa over 1 year ago - 2 comments

#124 - Bump cryptography from 36.0.0 to 39.0.1

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#123 - Bump certifi from 2021.10.8 to 2022.12.7

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#122 - Exposing AST

Issue - State: open - Opened by cute-sakura about 2 years ago

#121 - Proxy Python Dicts and Objects

Issue - State: open - Opened by kevingill1966 about 2 years ago

#120 - Add types

Pull Request - State: open - Opened by philg314 over 2 years ago

#119 - pip installation failed

Issue - State: closed - Opened by Helyux over 2 years ago - 8 comments

#118 - Promise .any support

Issue - State: closed - Opened by lygstate over 2 years ago - 2 comments

#117 - Segfault using empty Object

Issue - State: open - Opened by qwenger over 2 years ago

#116 - [QUESTION] How to run exposed async function

Issue - State: open - Opened by puniaze over 2 years ago - 2 comments

#115 - Update binaries info in README.md

Pull Request - State: closed - Opened by qwenger over 2 years ago

#114 - Add GitHub workflows, including PyPI releases from CI

Pull Request - State: closed - Opened by qwenger over 2 years ago

#113 - Use a src/-style structure

Issue - State: open - Opened by qwenger over 2 years ago

#112 - Bump version.

Pull Request - State: closed - Opened by qwenger over 2 years ago

#111 - Fix #110: Include upstream-quickjs/VERSION in sdist.

Pull Request - State: closed - Opened by qwenger over 2 years ago

#110 - 1.19.0 install error

Issue - State: closed - Opened by EkkoG over 2 years ago - 2 comments

#109 - Use JS_UpdateStackTop to fix testing errors on Windows

Pull Request - State: closed - Opened by qwenger over 2 years ago

#108 - Check that proper types are used

Issue - State: open - Opened by qwenger over 2 years ago

#107 - 2.0 roadmap and future

Issue - State: open - Opened by qwenger over 2 years ago - 2 comments

#106 - Update release and maintainer information to 1.19.0

Pull Request - State: closed - Opened by qwenger over 2 years ago

#105 - Add test ensuring that the globalThis property is readonly

Pull Request - State: closed - Opened by qwenger over 2 years ago

#104 - Add Context.globalThis property

Pull Request - State: closed - Opened by qwenger over 2 years ago - 1 comment

#103 - Add more precise info about submodule

Pull Request - State: closed - Opened by qwenger over 2 years ago

#102 - Fix typo: accross -> across

Pull Request - State: closed - Opened by qwenger over 2 years ago

#101 - Move third-party code to a git submodule

Pull Request - State: closed - Opened by qwenger over 2 years ago - 3 comments

#100 - Remove x permission on files that don't need it

Pull Request - State: closed - Opened by qwenger over 2 years ago

#99 - Git submodule

Issue - State: closed - Opened by qwenger over 2 years ago

#98 - Use VERSION file from upstream

Pull Request - State: closed - Opened by qwenger over 2 years ago

#97 - Use js_(malloc|free) instead of malloc|free in object_call.

Pull Request - State: closed - Opened by qwenger over 2 years ago

#96 - Reimplement functions using a custom class and an opaque pointer

Pull Request - State: closed - Opened by qwenger over 2 years ago

#95 - Compare to NULL explicitely

Issue - State: open - Opened by qwenger over 2 years ago

#94 - CONFIG_VERSION

Issue - State: closed - Opened by qwenger over 2 years ago

#93 - Threading and check_memory

Issue - State: open - Opened by qwenger over 2 years ago

#92 - Move ContextData to RuntimeData

Pull Request - State: closed - Opened by qwenger over 2 years ago

#91 - Remove unused PythonCallableNode structure.

Pull Request - State: closed - Opened by qwenger over 2 years ago

#90 - Use the standard memory error function.

Pull Request - State: closed - Opened by qwenger over 2 years ago

#89 - Fix #83, #85

Pull Request - State: closed - Opened by qwenger over 2 years ago - 1 comment

#88 - memory management in object_call

Issue - State: closed - Opened by qwenger over 2 years ago

#87 - add_callable error type

Issue - State: open - Opened by qwenger over 2 years ago

#86 - Object.__call__ kwargs

Issue - State: open - Opened by qwenger over 2 years ago

#85 - InternalError when adding > 32768 callables

Issue - State: closed - Opened by qwenger over 2 years ago

#84 - Naming in module.c

Issue - State: open - Opened by qwenger over 2 years ago

#83 - PythonCallableNode storage

Issue - State: closed - Opened by qwenger over 2 years ago

#81 - Implement Object.get and Object.set

Pull Request - State: open - Opened by qwenger over 2 years ago - 2 comments

#80 - Implement a host promise rejection tracker with Python callback

Pull Request - State: open - Opened by qwenger over 2 years ago

#79 - Fix #63 #66, supersede #67: Wrap Python exceptions into custom InternalPythonError

Pull Request - State: open - Opened by qwenger over 2 years ago - 2 comments

#78 - Enable GC for Context and Object

Pull Request - State: closed - Opened by qwenger about 3 years ago - 3 comments

#77 - Memory leaks with callables

Issue - State: closed - Opened by qwenger about 3 years ago - 5 comments

#76 - Decref result of PyNumber_Float after use

Pull Request - State: closed - Opened by qwenger about 3 years ago

#75 - More specific memory checks

Pull Request - State: closed - Opened by qwenger about 3 years ago - 1 comment

#74 - Bump cryptography from 2.8 to 3.3.2

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago - 1 comment
Labels: dependencies

#73 - Bump pygments from 2.5.2 to 2.7.4

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago - 1 comment
Labels: dependencies

#72 - Bump bleach from 3.1.1 to 3.3.0

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago - 1 comment
Labels: dependencies

#71 - Fix conversion of large Python integers to quickjs

Pull Request - State: closed - Opened by qwenger about 3 years ago

#70 - Fix #69: allow JS to Python conversion of Symbol's

Pull Request - State: closed - Opened by qwenger about 3 years ago - 1 comment

#69 - Symbol conversion not supported

Issue - State: closed - Opened by qwenger about 3 years ago

#68 - Fix #61: compile with BigInt support and add conversion to Python

Pull Request - State: closed - Opened by qwenger about 3 years ago

#67 - Fix #66: Fetch and store Python exceptions while in JS code

Pull Request - State: closed - Opened by qwenger about 3 years ago - 6 comments

#66 - Segfault in awaited Python call

Issue - State: open - Opened by qwenger about 3 years ago - 1 comment

#65 - Fix #62: Implement async job execution

Pull Request - State: closed - Opened by qwenger about 3 years ago - 2 comments

#64 - Fix #63: display traceback for exceptions in callables

Pull Request - State: closed - Opened by qwenger about 3 years ago - 1 comment

#63 - More verbose exceptions in callables

Issue - State: open - Opened by qwenger about 3 years ago

#62 - Asynchronous code

Issue - State: closed - Opened by qwenger about 3 years ago - 1 comment

#61 - BigNum support

Issue - State: closed - Opened by qwenger about 3 years ago - 3 comments

#60 - would you support more interaction with python?

Issue - State: open - Opened by RonaldinhoL over 3 years ago - 2 comments

#59 - Fix setup.py for Windows

Pull Request - State: closed - Opened by PetterS over 3 years ago

#58 - Update QuickJS to 2021-03-27

Pull Request - State: closed - Opened by PetterS over 3 years ago

#57 - pip install for 1.16.0?

Issue - State: closed - Opened by iansparks over 3 years ago - 4 comments

#56 - context_set: check for JS_SetPropertyStr return value.

Pull Request - State: closed - Opened by qwenger almost 4 years ago

#55 - Implement context_set and add unit test for it.

Pull Request - State: closed - Opened by qwenger almost 4 years ago - 6 comments

#54 - Add/set variables

Issue - State: closed - Opened by qwenger almost 4 years ago - 2 comments

#53 - Upgrade QuickJS to 2020-11-08

Pull Request - State: closed - Opened by PetterS almost 4 years ago

#52 - Run Python tests with -X.

Pull Request - State: closed - Opened by PetterS about 4 years ago

#51 - Module Access

Issue - State: open - Opened by justin0mcateer about 4 years ago - 4 comments

#50 - install failed by gcc problem

Issue - State: closed - Opened by kanchi240 about 4 years ago - 10 comments

#49 - Fix crash on deallocation

Pull Request - State: closed - Opened by simonlindholm3 about 4 years ago - 1 comment

#48 - Use a newer CircleCI image, based on Ubuntu and Python 3.8

Pull Request - State: closed - Opened by PetterS about 4 years ago

#47 - Disable the stack checks in CircleCI only.

Pull Request - State: closed - Opened by PetterS about 4 years ago - 2 comments

#46 - Upgrade QuickJS to latest release

Pull Request - State: closed - Opened by PetterS about 4 years ago

#45 - Add a manifest file, preventing pyproject.toml from being included.

Pull Request - State: closed - Opened by PetterS about 4 years ago

#44 - Missing build requirements in pyproject.toml for quickjs==1.13.0

Issue - State: closed - Opened by swuecho about 4 years ago - 6 comments