brunobg

Results 19 issues of brunobg

It would be nice to support internationalization. gettext / _() on the currency names would help a lot.

I have a very big application and I want to save the computed tree to a file. How can I do that?

It seems that the original is not updated immediately when there is a change in the multiselect (does it happen only when the form is submitted?). This breaks a script...

enhancement

I'm trying to use PHPPdf to generate a PDF with printable labels. Therefore what I need is basically a table with rigid sizes for each cell and positioning on the...

Regarding `Lightncandy::prepare()` and https://github.com/zordius/lightncandy/pull/323: lightncandy can be used for dynamic code or documentation generation at compile time execution, which will only run once and therefore there's no gain in caching...

I'm using peerjs on a long running application. It generates new TLS keys after a certain period. Is it possible to replace the current keys for the `PeerServer`? Should I...

I'm facing a crash when running openMVG_main_ColHarmonize. I'm using the exact same procedure listed in https://github.com/openMVG/Color_Harmonization_Image_Dataset. Here's the output: ``` $ ./openMVG_main_ColHarmonize -i ~/Downloads/58c770fd-7d0b-4876-a52a-14b819d9c770/matches/sfm_data.json -m ~/Downloads/58c770fd-7d0b-4876-a52a-14b819d9c770/matches/matches.h.bin -o ~/Downloads/58c770fd-7d0b-4876-a52a-14b819d9c770/matches/ -s 1...

This example easily generates empty strings when changed to use new data, while dedupe expects None, leading to errors (https://github.com/dedupeio/dedupe/issues/639 and https://github.com/dedupeio/affinegap/issues/4). This is a simple patch that cleans the...

Turtle parser fails for the RDF at https://developers.google.com/freebase/v1/rdf Here is the sample: apparently the dot in "ns:m.0j_gr" breaks the parser. ``` @prefix key: . @prefix ns: . @prefix owl: ....

bug

This is PR that does two things: 1. includes the option to load the alternate names table. This is useful for localization and addresses issue #22. 2. changes the loader...