Mariana Fernandes

Results 13 comments of Mariana Fernandes

You have options to change those, see [here](https://github.com/Open-Web-Analytics/Open-Web-Analytics/blob/6c90a51849999da4e3148b85670b3d5f70da410f/modules/base/js/owa.tracker.js#L169).

Hi, I was working with @FredericoCoelhoNunes on this project and I finally discovered how to make this work. Unfortunately the instructions are not complete for the [Adafruit bonnet we are...

HI @svenhb, I have been using your color version, works really well! Do you have the code in a repo?

I also suggest the tag filtering to be done before the loop on all_models

Suggestion for `parse_models()`, based on @boludo00 's code: ```python def parse_models(raw_manifest: dict, tag=None) -> List[models.DbtModel]: manifest = models.DbtManifest(**raw_manifest) all_models: List[models.DbtModel] = [ node for node in manifest.nodes.values() if node.resource_type ==...

@owlas I think this is supposed to be closed

I have the same issue on macOs Monterey (chip m1)

Hi @abey79 I don't mind taking this one next. But I have no idea on the process to fix it. If you give me some lights I can pick this...

I have run the code above using the new hatched version (with the shapely updates) and I don't get the error. But I will test with other examples

I can give it a try, but not in the next couple of weeks though :)