adjivas

Results 11 issues of adjivas

Hello, I try to apply the [reactor readme](https://github.com/edelvalle/reactor/blob/master/README.md). I written this [example](https://github.com/adjivas/poc-djangoreactor), I try to use a component. Unfortunately, I get the error `AttributeError: '__signature__' attribute of 'XCounter' is class-only`....

Hello, For a code like: ``` alias Elixlsx.Sheet alias Elixlsx.Workbook sheet1 = Sheet.with_name("First") |> Sheet.set_cell("A1", {:formula, "FILTERXML(A2,\"//price\")"}) |> Sheet.set_cell("A2", "0.9" ) %Workbook{sheets: [sheet1]} |> Elixlsx.write_to("example.xlsx") ``` The formula `FILTERXML` is...

bug

Hello, It is possible to configure the font family? For the sub-example _gui_raster_, I have naively tried to add a font according to the [QFontDatabase Class](http://doc.qt.io/qt-5/qfontdatabase.html) without any success. ```cpp...

Hello, Do is it possible to register a primary type' schema with Avrora? A primary type schema is by example that: ```json { "type": "string", "name": "myvalue" } ``` When...

help wanted
internal API

Hello @superna9999 ! Is it possible with jsonfdtdump.py to compile a manifest file from [pinmux](http://processors.wiki.ti.com/index.php/TI_PinMux_Tool) to a device tree? My input JSON file [AM335xMichel.pinmux](https://github.com/adjivas/electronic-levelup/blob/pinmux/michel/AM335xMichel.pinmux) produces this output error: ```bash $...

Hello @hibariya! Today, I report this: According to the [documentation](https://github.com/hibariya/pty-shell/blob/86680f6b55fa035c3ddfe44928f445d917b53262/README.md#usage) I have executed a default *bash*' shell. When I request the window size's information from this shell, I get the...

Hello, thank you for your work :) Plim is it usable with Django? With guidances I will be happy to providing pull request in Plim for support Django

Hello. The [SVGOpenTypeFonts](https://wiki.mozilla.org/SVGOpenTypeFonts) specificity will be implemented in a future ? Extern links: * [otspec/svg](https://www.microsoft.com/typography/otspec/svg.htm) * [SVG_in_OpenType](https://www.w3.org/2013/10/SVG_in_OpenType/)

Hello, _swi-prolog_ has a [test-wizard](https://www.swi-prolog.org/pldoc/man?section=wizard) module for auto-generating the tests Do _scryer-prolog_ has a equivalent? Thank's by advance for the anwser :)

Hello, It seems Ueransim do not correctly identifying the IPv6 address field of the AMF configuration. When I try to use Ueransim with a IPv6 AMF, I have this error:...