Marek Pikuła

Results 32 issues of Marek Pikuła

`insert_many` method calls `frappe.as_json`, which in essence is ([source](https://github.com/frappe/frappe/blob/develop/frappe/__init__.py#L1390)): ``` json.dumps(obj, indent=indent, sort_keys=True, default=json_handler, separators=(',', ': ')) ``` I guess entire `frappe` package shouldn't be a dependence on such a...

- add `print_on_error` argument to `FrappeClient` class to suppress potentially unwanted stdout prints. - raise `AuthError` exception for any 401 response (for example when using token-based authentication). - add authentication...

In my setup two bugs were discovered in token-based authentication scenario: - `b64encode` was causing some problems. I changed the request according to official documentation, which didn't require "Basic" authentication...

I use frappe-client in my application and when the response is not JSON (eg. authentication didn't succeed) the library prints the response (website HTML) to the console. My app is...

Fixes #65 ## Typing: - make it pass mypy tests (i.e., improve type hinting) – both main module and tests - add mypy test to CI - add `py.typed` to...

**Describe the bug** I'm migrating Android repo tree from Gerrit to GitHub and I need to convert some repositories to LFS due to the file size limit. Android uses the...

mcve-required

Hi, have anyone thought about making OpenSCAD's website multi-language? I can translate it to Polish. --- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/37847213-localization?utm_campaign=plugin&utm_content=tracker%2F86513&utm_medium=issues&utm_source=github)** We accept bounties via...

When scanning barcodes with mobile app leading zeros are ignored and only following part is put into the barcode field making it unusable for this kind of code. In order...

Occasionally, when creating btrfs subvolumes (a lot of them) the following error is displayed and `nixos-anywhere` deploy fails: ``` ... Create subvolume '/tmp/tmp.8pVv2w6CPt/var-cache' ++ umount /tmp/tmp.8pVv2w6CPt ++ rm -rf /tmp/tmp.8pVv2w6CPt...

bug
contributions welcome

Hi, first of all, thank you for the great work. I consider using headscale in my company, and having a GUI is crucial for efficient operation. Since VPN is crucial...