Adam Greenhall
Adam Greenhall
I'm having trouble getting IFTTT setup with Linux. I built and started up the **blink1-server-simple** tool but can't seem to get it working. This might just be an issue of...
Magic functions don't seem to work from the ipdb prompt, although they are visible in the tab completion. ``` ipdb> %prun some_function() *** SyntaxError: invalid syntax (, line 1) ```
lightgbm changed their [model encoding to v3](https://github.com/microsoft/LightGBM/pull/2269) in `v2.3.0` to support weights in the model. Would like to see `leaves` support this new format.
https://github.com/pdfcpu/pdfcpu/issues/783 happy to change things around in the code, and/or provide more examples/documentation. Some description of the different booklet types [here](https://spectrolite.app/how-to/zines-and-books/layouts-zines/imposition-types) also, two unrelated issues - sorry about that -...
grayscale images in pdf are not extracted. I think the problem may be that the images don't define a filter and this code: https://github.com/pdfcpu/pdfcpu/blob/04634d3a66a522775f01ba93bcbbd740915bd62d/pkg/pdfcpu/extract.go#L386-L388 is skipping the image without warning....
it turns out there are several more options for booklet making workflows than we originally included in pdfcpu. In particular there are three main types: * *"simple"* booklet * *"advanced"*...
**Is your feature request related to a problem? Please describe.** I'm trying to read and write psd files that are CMYK+spot color. I'd like to be able to distinguish between...
In the schema, contains appears to be a valid SimpleOperator: https://github.com/ExactTarget/FuelSDK-Python/blob/855ca7d31788004c67dcc20b7ed9e951d707c008/FuelSDK/ExactTargetWSDL.xml#L490-L515 but the code: ``` import FuelSDK client = FuelSDK.ET_Client( params=dict(clientid=CLIENT_ID, clientsecret=CLIENT_SECRET) ) event = FuelSDK.ET_Email() event.auth_stub = client event.search_filter...
is it possible to turn off logging to the assets pipeline log in the style of https://github.com/evrone/quiet_assets?
It would be nice to have support for arrays (as mustache.js does) with the syntax: ``` {{#.}} {{array_data}} {{/.}} ``` Here's a test with node: ``` var mustache = require('mustache'),...