baseplate-admin

Results 194 comments of baseplate-admin

Hi, sorry for not being clear. Let me try to clarify the purpose of source maps. > why do you need the original code of html-entities in your browser dev-tools?...

Hi, please give me some time. I will see to it :)

Hi @mdevils , I did take a look around, it seems that `typescript` -> `javascript` transpilation adds some noise to the generated map file, could you please take a look...

Sure, Lets start like this. This is how the code looks in browser: index.js ```js "use strict";var __assign=this&&this.__assign||function(){__assign=Object.assign||function(t){for(var s,i=1,n=arguments.length;i1?surrogate_pairs_1.getCodePoint(input,0):input.charCodeAt(0);result=(isHex?"&#x"+code.toString(16):"&#"+code)+";"}return result}))}exports.encode=encode;var defaultDecodeOptions={scope:"body",level:"all"};var strict=/&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);/g;var attribute=/&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+)[;=]?/g;var baseDecodeRegExps={xml:{strict:strict,attribute:attribute,body:named_references_1.bodyRegExps.xml},html4:{strict:strict,attribute:attribute,body:named_references_1.bodyRegExps.html4},html5:{strict:strict,attribute:attribute,body:named_references_1.bodyRegExps.html5}};var decodeRegExps=__assign(__assign({},baseDecodeRegExps),{all:baseDecodeRegExps.html5});var fromCharCode=String.fromCharCode;var outOfBoundsChar=fromCharCode(65533);var defaultDecodeEntityOptions={level:"all"};function getDecodedEntity(entity,references,isAttribute,isStrict){var decodeResult=entity;var...

> I'm working to have Kivy docs work seamlessly on `furo` theme (but I'm open to alternatives). To be honest `furo` is a good theme but i have some gripes...

> If we were trying to get people to pick our product up off the shelf by having a distinctive cover, I would totally get your point, but having our...

isn't `HarmonyOS` based on android? You can compile `kivy` to `apk` and then install it?

Yep i think kivy is moving into that future

> I am not sure what it means to pickle a SoundLoader. Maybe they want to save the SoundLoader object with state(ie. SoundLoader object with sound file loaded)?

Is this up for discussion? Technically we have 2 options 1. Using `skia` to render svg 2. Using `usvg` to render svg. Since `kivy` has shown interest in `skia` i...