Fernando Kiotheka
Fernando Kiotheka
## 🐛 Bug Report Office Online says that the XLSX generated is broken and is unable to fix it. It's impossible to edit the document, only view it. Lib version:...
**What is the problem?** The website has some rough edges in regards to usability and layout. I outlined some here:    **How can this be addressed?** I propose...
I think it actually should stop being the default, reading and serializing files back isn't currently consistent, you can end up with something very different from what you started with,...
The following snippet from the handbook doesn't compile anymore: ```ts function applyMixins(derivedCtor: any, baseCtors: any[]) { baseCtors.forEach(baseCtor => { Object.getOwnPropertyNames(baseCtor.prototype).forEach(name => { Object.defineProperty(derivedCtor.prototype, name, Object.getOwnPropertyDescriptor(baseCtor.prototype, name)); }); }); } ```...
Currently, `` is JSON, but it would be nice if it could script it so it runs once: ```ts import { title } from "./route-meta"; export default { title, tabTitle:...
So my locale is `pt_BR.utf-8`, issuing `ls` gives the following output, which sorts accents correctly: ``` $ ls -l drwxr-xr-x 2 fernando fernando 4096 jun 26 17:02 'área de trabalho'...
I've seen a number of people running into the same issue when using whopper (https://github.com/JoeLametta/whipper/issues/234), and one user going as far as just removing errors checks in the source code...
This fixes WPT html/semantics/forms/resetting-a-form/reset-form.html. I added a test based on the WPT test, but simpler.