-
JRuby per default does not build C extensions like yajl-json. But it ships with good json support, and you could select a Json gem per platform.
```
★ gem install crashlog
Building native extensions.…
-
Just creating a placeholder ticket if you intended to support `react-native`.
I tried playing with it little bit and heres what i did to get a basic form working:
- override the inputs using `Form.ad…
-
I see that [TODO](../blob/master/TODO.md) already has a **P2** at the moment:
> Planned for later.
> * Inter-addon API (basic)
> * Add downloads
Which means, I assume, an API for other web e…
-
Can u help me installing unicode gem for jruby envirnment?
MissingSourceFile: no such file to load -- unicode
> jruby -S gem install unicode
> Building native extensions. This could take a while...…
-
Many feature requests focus on the need for PrestaShop to support more image formats. Indeed, images have great business value for online stores and their formats have quite evolved since the release …
-
Hi,
trying to install gem on ruby 1.9, I got the following error:
Building native extensions. This could take a while...
ERROR: Error installing davetroy-geohash:
ERROR: Failed to build gem nat…
-
Type: Bug
# Behaviour
When printing strings with unicode characters, the Native REPL is not properly displaying them
## Steps to reproduce:
1. Run this in the Native REPL:
`x = "Oi tudo bem com …
-
### Describe the bug
https://openjdk.org/jeps/472 got included with JDK 24. This means that JNI access will produce warnings when run with JDK 24 and certain restricted methods get called. This war…
-
I'm trying to extend my callbacks with a custom decorator for error handling & logging:
```
@callback(
...outputs
...inputs
)
@logging_decorator
def update_graph()
...
```
This…
-
### Description
I'm looking for an additional API that lets you issue arbitrary keystrokes, for example:
```typescript
triggerKeystroke('ctrl+s');
```
#### Background
I'm trying to imple…