Miro Hrončok

Results 305 comments of Miro Hrončok

The README also has a link to the latest release tarball. I cannot "hide" the automatic tarballs by github :( I don't know how to make this better. Possibly the...

1. What is your platform? 2. How did you install/compile admesh? 3. Can you share an example of an STL file where this happens (both input and output)?

Why don't you get the precompiled version for Windows? https://github.com/admesh/admesh/releases/tag/v0.98.2 Compiling on Windows i tricky, I recommend using cygwin.

Ideally, we would compile on some CI, e.g. GitHub actions.

We got some troubles with the server. I think we'll need to deploy it somewhere with more resources.

Given the nature of the content, the website could run on multiple servers, good idea.

See also https://github.com/imjidu/thriftpy/pull/1

```python import bugzilla BZ_PAGE_SIZE = 1000 bz = bugzilla.Bugzilla("https://bugzilla.redhat.com") ftibug = bz.getbug("F35FailsToInstall") query_fti = bz.build_query(product="Fedora") query_fti["blocks"] = ftibug.id query_fti["limit"] = BZ_PAGE_SIZE query_fti["offset"] = 0 results = [] while len(partial :=...

Agreed. BTW this problem also affects the CLI, see https://bugzilla.redhat.com/show_bug.cgi?id=2003517#c2 (unfortunately a private bug accessible only by Red Hat employees).