Miguel Müller
Miguel Müller
I'm using a husky hook and I'm having problems. my file prepare-commit-msg in the husky folder looks like this: ``` #!/bin/sh . "$(dirname "$0")/_/husky.sh" exec < /dev/tty && npx cz...
### Is your feature request related to a problem? Please describe. Not related to a problem. ### Describe the solution you'd like Conditional lookup on 2nd level TLD domains ###...
Hello Curlie Team, I've been a user and fan of Curlie for some time now, and I greatly appreciate the efforts your team has put into creating a user-friendly interface...
Hello, I hope this message finds you well. I am currently using the AWS Graph Notebook in Visual Studio Code to execute SPARQL queries. However, I'm facing an issue with...
I have the following code snippet... With it I separate and later put together a ttl again. ``` graph = Graph() for file in os.listdir(PATH): if file.endswith(".ttl"): graph.parse(os.path.join(PATH, file)) graph_class...
I would like to request support for AWS Signature Version 4 (AWS Signature v4) authentication in the SPARQLWrapper library. Currently, SPARQLWrapper provides a convenient way to interact with SPARQL endpoints,...
### **Issue Description:** I'm attempting to create a timeline similar to the demonstration provided in oficial documentation ([https://stephane-monnot.github.io/react-vertical-timeline/#/demo-load-more](https://stephane-monnot.github.io/react-vertical-timeline/#/demo-load-more)), but I've encountered an issue related to the animation. Currently, when I...
I need to remove the item [date] when I do include, but not getting to change the serializer. ``` { "data": [ { "id": 1, "name": "Unit 8", "roomType": {...
Hi! First of all, thank you for this plugin — it’s very useful. I’ve noticed a behavior that seems unexpected: wikilinks are being replaced with `|title` even though I set...