Results 18 issues of André

Hi, I'm a new X3 user and I want to parse UTF-8 encoded souce code. The documentation has no explanation to do that (or rather no mention if there is...

I'm experimenting with the Httpx Client using `client_credentials` grant. The automatic token refresh does not work as I expected. `client_id` and `client_secret` and `token_endpoint` are given when the client is...

bug
good first issue

If the `expires_at` timestamp in a token is 0 the `is_expired()` function erroneously returns `None` instead of `True`. The check should explicitly check for `None`. https://github.com/lepture/authlib/blob/ee4337cf7c825349dd23870822a3cc7df123097f/authlib/oauth2/rfc6749/wrappers.py#L13-L17

### User story In the preferences under Display->UI a user can enable a checkbox to show an additonal icon (eye) before the normal tree view icon. This icon shows the...

Core

I'm trying to build a nixos system on my Arch Linux machine. I installed morph with `nix-env -iA nixpkgs.morph`. When I run `morph build network.nix`, I get this error message:...

**Relevant system information:** - OS: Arch Linux - PostgreSQL version: 13.2 - TimescaleDB version: 2.2.0 **Describe the bug** Because `max_interval_per_job` is no longer supported the materialization jobs might run over...

continuous_aggregate
feature-request

### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description Part features can be used to create a Body with a...

WB Part Design
Feature
Has workaround

### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description When a ```PartDesign::Body``` is created from a ```Part::Feature``` a ```PartDesign::FeatureBase``` is...

WB Part Design
UI/UX
Feature
Missing: forum discussion

This allows applying the patterns to the whole base feature's shape. This makes it easier to design symmetric Bodies, especially if the feature list contains non-additive/subtractive features. As mentioned in...

WB Part Design

I'm trying the program on Arch Linux and it seems the Linux ``COM_Read`` read function is not working correctly. From debugging it with strace, I could see that the ``read()``...