Alejandro Nadal

Results 7 issues of Alejandro Nadal

Hello everyone. The link that is in the description of the repo, mondrian.pentaho.com/ , is not working anymore. Is there an official Mondrian site to replace that link?

I used the last version of this script, the last update. The script run, it asked for reboot, I did so, I tried to change then the antena's power. It...

**Describe the feature request** When creating a new query, if the name is not written, the Save Button is disabled. This makes sense, but perhaps it would be better if...

enhancement

Good morning I have cloned your repo and run the instructions to run the browser. I am running Manjaro Linux, this is the release info: `cat /etc/lsb-release DISTRIB_ID=Manjaro-ARM DISTRIB_RELEASE=22.12 DISTRIB_CODENAME=...

Hello @saltyshiomix , and the Nextron Community: The showSaveDialogSync seems not to be working. **Code example:** ```` ipcMain.on("save-as", (event, data) => { console.log("Save As: Main Process"); console.log(`Data: ${JSON.stringify(data)}`); try {...

### Main programming language C ### Tutorial title Malloc is not magic -- Implementing my own memory allocator ### Tutorial URL https://medium.com/p/e0354e914402 ### Category * [ ] 3D Renderer *...

## Description Added a new memory allocator tutorial with automated testing ## Motivation and Context There is already a memory allocator tutorial. However: - The code on the existing tutorial...