akaJes

Results 11 issues of akaJes

hints with the same name dont work DEFAULT_Kp DEFAULT_Kd DEFAULT_bedKi GRID_MAX_POINTS_X MESH_INSET U8GLIB_SSD1306 BLOCK_BUFFER_SIZE X2_MICROSTEPS Y2_MICROSTEPS Z2_MICROSTEPS E0_MICROSTEPS E2_MICROSTEPS E4_MICROSTEPS E5_MICROSTEPS SPEED_POWER_SLOPE SPEED_POWER_INTERCEPT SPEED_POWER_MIN SPEED_POWER_MAX

bug

## Bug report ### Required System information - Node.js version: v16.15.1 - NPM version: 8.11.0 - Strapi version: 4.2.2 - Database: mysqld Ver 5.7.33-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu)) -...

issue: bug
severity: medium
source: core:database
status: pending reproduction

issue with full storage loading its can be tested on https://github.com/SitePen/dgrid/blob/master/test/Rest.html with adding to creation object class:'dgrid-autoheight' or set after creation with code window.grid.set('class','dgrid-autoheight'); with this patch grid loaded properly...

will you create tests for new DStore feature like LocalDB similar to Rest or implement it in common tests?

question
patch-welcome

just have another issue when grid is invisible open from tests folder `Rest.html` and append at the end of grid creation and before line https://github.com/SitePen/dgrid/blob/master/test/Rest.html#L79 ``` js window.grid.set('class','dgrid-autoheight'); document.body.style.display='none'; window.grid.refresh().then(function(){...

needs-triage

when you explicite set to Collection creation canCacheQuery:true, than slowly scroll grid to end and back You can see network activity in devTools instead using a cache maybe cache for...

question

Linux jes-MS-7680 5.15.0-27-generic #28-Ubuntu SMP Thu Apr 14 04:55:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Codename:...

sugest to add a small option for more information (draft not tested yet) ## I'm adding a parameter to an existing command: - [x] add parameter to the function in...

When used `model.graphql.joins = true ` option appears some errors: ``` "errors": [ { "message": "Cannot read property 'associations' of undefined", ``` AND ``` "errors": [ { "message": "FIELD is...

is another way to realize it? ### What does it do? return full_documentation.json file ### Why is it needed? to use this file for swagger editor/generator or personal use ###...

source: plugin:documentation
pr: enhancement