dodumosu

Results 13 comments of dodumosu

@igordejanovic thanks for your reply. having read the docs again, i've noticed that returning `None` from a `visit_xxx()` method removes that node from the parse tree. in the event that...

Thank you. That was what I did, eventually, then in a higher-level visitor, I transformed the value to `None`.

see #8 an alternative is [exceljs](https://github.com/exceljs/exceljs)

use a library to read in the CSV or Excel data. Some suggestions: - [PapaParse (CSV only)](https://github.com/mholt/papaparse) - [Exceljs](https://github.com/exceljs/exceljs) - [SheetJS Community Edition](https://github.com/SheetJS/js-xlsx)

I'm not sure (yet) how @bevacqua was loading his DOM elements, but you need to pass in a DOM element for the calendar to work. once i changed the argument...

to clarify: `var input = document.getElementById('myinput');` `rome(input); // works fine.`

sorry, I wasn't very clear posting this. This idea is to expose the schema via an API endpoint so that another app can render a UI based on the schema....

> The documentation has no example to override the default-set region code or format. > > I have also gone through stack overflow. The suggestions found there were not optimal....

https://github.com/user-attachments/assets/8be63ffa-2dc3-40f7-acdb-a9bfb70d3aa2 screen recording of the issue

In case you have had this issue, use these flags (H/T @cofin): `--in-subprocess --no-litestar-logger`