-
From my understanding on NPM at the current, `peerDependencies` only serves as a post-install complaint, that being:
1. `npm install blah` installs the latest version, regardless of `peerDependencies`…
-
I'm curious if there are more exercises to do in Python (et al) besides the "Bob" exercise. I thought there would be more than 1 exercise for a given language.
I see exercises in 19 languages, and I …
-
As far as I read what have been mentioned on vecLib again, vecLibFort or dotwrp in C should work. But what I get is a segfault when linked against them. I don't think it is related to Octave. The foll…
-
I assign this bug to myself just for tracking down this bug and see if this would help me to fix it.
It is observed that when unit `jiu` in `Rocaloid_Cyan_RUCE` is elevated to F4, spectral discontinu…
-
On windows, I tried to dlopen a 32 bit library on a 64bit system.
An error occurs only when I call a function of the dll:
```
Cannot resolve C library function
Symbol: yaml_parser_initialize
Library:…
-
There is 2 areas composability can improve
1) Composable patterns (similar to active patterns in F#, Pattern calculus / Bondi Language)
2) Composable function (similar to dots and concatenative progra…
-
What is the best way to default an enclosed var to a passed in value? Currently setting it and deleting it looks kind of janky. Just curious if anyone thought of a better approach.
I am also wonderin…
-
Phantomjs refuses to install on Windows 7, behind a corporate proxy. I fiddled with my proxy settings to get `npm install -g grunt-cli` and `npm install -g bower` to work, but `npm install` (or `npm i…
-
The naming of `fixed` aside, `fixed.methods` acts as the _de facto_ prototype of objects created by the factory:
``` javascript
var stamp = stampit();
var instance = stamp();
console.log(Object.getPr…
pluma updated
11 years ago
-
This is newest Ubuntu with all possible updates.
wkoszek|19:05:08|1|/home/wkoszek/o/factor/factor$ ./factor
Cannot resolve C library function
Symbol: gtk_init
Library: f
(U) Quotation: [ c-to-factor…