Florian Ludewig

Results 10 issues of Florian Ludewig

Suppose this data is in a STEP file: ``` #417=ADVANCED_FACE('face_1',(#112),#405,.F.); #418=ADVANCED_FACE('face_2',(#113),#406,.F.); #419=ADVANCED_FACE('face_3',(#114),#407,.F.); ``` Then the code below would print `face_1`, `face_2` and `face_3` https://github.com/trelau/pyOCCT/blob/471913e98251d3c472b279cc3821afeb27b7f4cf/examples/import_step_names.py#L42 But how can I access the...

I'm using the following code to read a STEP file: ```typescript oc.FS.createDataFile('/', fileName, fileText, true, true, true) const reader = new oc.STEPControl_Reader_1() const readSuccess = reader.ReadFile(fileName) === oc.IFSelect_ReturnStatus.IFSelect_RetDone if (!readSuccess)...

Lately, I found myself using [custom builds](https://ocjs.org/docs/app-dev-workflow/custom-builds) quite often. And one build takes several minutes, which makes it really annoying. I've noticed, that only one CPU core is used during...

## Objective I want to use [ocjs-create-next-app-12](https://github.com/donalffons/opencascade.js/tree/master/starter-templates/ocjs-create-next-app-12) with [custom builds](https://ocjs.org/docs/app-dev-workflow/custom-builds). ## Issue But I ran into an error. [This](https://github.com/flolu/ocjs-next-custom-build) is my minimal reproduction of the issue: - `git clone https://github.com/flolu/ocjs-next-custom-build`...

Let's suppose I'm using this STEP file data as input: ``` #417=ADVANCED_FACE('face_1',(#112),#405,.F.); #418=ADVANCED_FACE('face_2',(#113),#406,.F.); #419=ADVANCED_FACE('face_3',(#114),#407,.F.); ``` Then the following code will print the names of the `ADVANCED_FACE` instances (`face_1`,`face_2` and `face_3`):...

I want to build `xmrig-cuda` on Fedora 36. Here is what I've did: **Build XMRig** ``` sudo dnf install -y git make cmake gcc gcc-c++ libstdc++-static libuv-static hwloc-devel openssl-devel git...

# 🐞 bug report ### Affected Rule The issue is caused by the rule: ts_project ### Is this a regression? Yes, the previous version in which this bug was not...

has workaround

I have camera positions and rotations from a camera alignment ([4x4 transformation matrices][1]). Visualizing them with [open3d][2] works fine. The following code produces the scene below with the object in...

to be checked

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

build/install

### Description I've downloaded https://github.com/greymass/anchor/releases/download/v1.3.12/linux-anchor-wallet-1.3.12-x86_64.AppImage. When starting the executable on my Linux machine I get a GPU error. ### Platform Desktop (Linux) ### Steps To Reproduce 1. Download https://github.com/greymass/anchor/releases/download/v1.3.12/linux-anchor-wallet-1.3.12-x86_64.AppImage 2....

bug
anchor