-
PHP has [this](http://php.net/manual/en/book.mcrypt.php)
Ruby has [this](https://github.com/kingpong/ruby-mcrypt)
Elixir has [this](https://github.com/system76/elixir-mcrypt)
I have this PHP func…
-
do you have a patch file for kernel changes or link to them?
-
I'm trying to generate bindings for libvips:
```crystal
GIRepository::Repository.instance.require "Vips"
Namespace.new("Vips").write "src/generated"
```
but it throws error:
`…
-
The LaunchImage is shown way longer than before. I wonder if this could be DYLD loading all the frameworks.
alloy updated
6 years ago
-
Hi,
thanks for your effort creating this clean and lean language.
Here's the problem code:
``` crystal
"12345".encode "UTF-8"
```
here's the exception:
```
invalid encoding: UTF-8 (ArgumentError)…
-
I propose to introduce a low-level platform abstraction for features that require platform-specific bindings or implementations. These abstractions would be grouped under a `Sys` namespace in the core…
-
I tried to generate bindings for XCB, I used the following library definition:
```yml
---
name: LibXCB
ldflags: "-lxcb"
destdir: src/lib_xcb/
definitions:
xcb:
description: XCB blablabla…
-
```
1 require "./qt5/version"
2 require "./qt5/glue"
3 require "./qt5/point"
4 require "./qt5/binding" # missing
5 require "./qt5/*"
```
```
ayam:trypapierqt ruby$ cd lib/qt5/…
-
I'm reading many rows from database table, but ALWAYS stop execution in this record.
my crystal code:
```require "mysql"
require "yaml"
config = YAML.parse File.read "config.yml"
db = DB.…
-
## tl;dr
Following from our discussion in the retrospective, there is an inherent problem in the application development lifecycle that I think is directly impeding our ability to keep up with featur…