-
Would be nice to have a tool similar to [ocamldsort](http://www.normalesup.org/~ara/programmes.html.fr) but for binary objects. Could be useful to (i) build archive and (ii) build binaries. It's a bit…
-
Hey,
first of all thank you for developing this great node package! Unfortunately, I am not able to use it under Windows 10. I get the following error message:
```javascript
Error: addMembership…
-
A very interesting project. I read the paper and try to write some convolution functions by myia, still not work. Here is my code.
#myia/prim/py_implementations.py
@register(primops.flatte…
-
A simple query as follow works great:
```TS
await db
.select(lf.fn.distinct(table.id))
.from(table)
.orderBy(table.id, lf.Order.ASC)
.limit(10)
.exec();
```
or even by a…
-
This mostly means generating a _ton_ of icons, and being smart about it. But from the looks of it we can do this from 3 required resources:
- `icon-512x512.png` for `manifest.json`
- `safari-icon.…
-
I've forked phoenix since I wasn't able to get things running easily on my system -- mostly due to some issues with filenames on unix filesystem.
It appears you've abandoned the project and if you do…
ghost updated
9 years ago
-
Hi, Torben! I create a frontend tool for building OnePage websites without using Gulp, PHP only. And I need dynamic includes for sections, which are located in a specific folder, named app/sections. T…
zorca updated
8 years ago
-
How about supporting this hybrid approach? This way there won't be too much need of fit, fdescribes etc and people will be able to use Spectrum without losing anything - Not sure if this is related to…
-
## Problem Description
It can be required to compile an ANE containing both ObjectiveC and Swift in a static library. This static library is the main file used as the native library for the ANE.
…
-
**[Rob Winch](https://jira.spring.io/secure/ViewProfile.jspa?name=rwinch)** opened **[SPR-13779](https://jira.spring.io/browse/SPR-13779?redirect=false)** and commented
It would be nice to be able to…