osddeitf
osddeitf
Fix #1952. The idea is to assign some common functions / state variables to `window`. So both the inline-script embeded to html, and islands may be able to import and...
- `babel-plugin-preval` version: 5.0.0 (preval.macro 3.0.0) - `node` version: v14.16.1 - `npm` (or `yarn`) version: 6.14.12 Relevant code or config ```javascript export const searchPosts = preval` const tool = require('../../graphql/utils');...
I have recently update my code base from AdonisJS version 3.2 to the latest. With much effort, everything working right, but not new > @adonisjs/websocket or > @adonisjs/websocket-client package. With...
Hello, and thanks for this awesome project. I'm trying to create my own build tool for React. I want the compile time as small as possible, so i use React...
## Description Some gadget is not interactable by default, it's defined in optional field `initDisableInteract` from `ExcelBinOutput/GatherExcelConfigData.json` ## Issues fixed by this PR With this fix, Dandelion, Flaming Flowers and...
## Description In the beginning, the Traveler has no element, the following abilities are added (by ClientAbilityChangeNotify). ``` 1: Avatar_PlayerBoy_NormalAttack_DamageHandler 2: Avatar_Player_FlyingBomber 3: Avatar_Player_CamCtrl 4: Avatar_PlayerBoy_FallingAnthem 5: Avatar_DefaultAbility_VisionReplaceDieInvincible 6: Avatar_DefaultAbility_AvartarInShaderChange...
The video recording at v5.7. The same happens with v3.2 and v5.3 https://github.com/user-attachments/assets/cc6e3804-257b-4983-99b9-889c87a8ce72
I have a setup of `kysely` + `better-sqlite3`. But it wasn't working with Deno, so I swtich to this library. It worked at first, until... I needed to patch it:...