Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: buldezir
Forum: Wish List 03/22/24, 07:49 PM
Replies: 3
Views: 2,922
Posted By buldezir
nice to see zero activity here. full focus on...

nice to see zero activity here.


full focus on copy-pasting crown-store items.
Forum: Dev Tools 05/12/23, 11:38 AM
Replies: 3
Views: 3,045
Posted By buldezir
without any libs: import { readFileSync } from...

without any libs:


import { readFileSync } from "node:fs";

export function luaToJson(content: string): any {
content = content.substring(content.indexOf("\r\n") + 2);
content =...
Forum: Wish List 03/24/22, 09:28 PM
Replies: 3
Views: 2,922
Posted By buldezir
[open] message bus for addons

Right now its implemented in ridiculous way with map-ping.
A lot of addons may use this functions, if there will be "right" and less restricted way to do it.

so, without introducing very special...
Forum: Tutorials & Other Helpful Info 05/28/21, 09:21 AM
Replies: 23
Views: 56,286
Posted By buldezir
gitlab CI config to publish: stages: -...

gitlab CI config to publish:


stages:
- publish

variables:
ESOUI_ADDON_ID: XXXX
ESOUI_DIRNAME: AddonName (same as AddonName.txt)
Showing results 1 to 4 of 4