John Fercher

Results 12 issues of John Fercher

First of all, very nice your project. I would like to contribute too, and I have some questions. Do you have plans to generate the test cases too? Would be...

help wanted
question

Hi, I am Johnathan Fercher, member of SIRLab (Laboratory of Intelligent Systems and Robotics). We have some projects opensource in our github and one of them, The VSS-Vision, it's been...

## Overview Hello, I'm the creator of [johnfercher/maroto](https://github.com/johnfercher/maroto) and I see that you use the old version of maroto to generate a report in your project. I would like to...

feature

**Is your feature request related to a problem? Please describe.** *(this is not an actually new feature)* Hello, I'm the creator of [johnfercher/maroto](https://github.com/johnfercher/maroto) and I see that you use the...

feature request
community

**Proposed Changes** - Update maroto to last stable v1 version. I submit this contribution under the Apache-2.0 license.

community

Tiberius is crashing when SELECT returns this guid **F72BDC04-8837-4D3E-8C54-84A50A996BB1**. This is a valid guid in Azure SQL Server. Here is the code where panic is called. ```rust VarLenType::Guid => {...

```rust let future = SqlConnection::connect(self.connection_string.as_str()) .and_then(|conn| { conn.simple_query("SELECT TOP(10) * FROM [dbo].[Test]") .for_each(|row| { let guid : Guid = row.get(0); Ok(()) }) }); current_thread::block_on_all(future).unwrap(); ``` I'm trying to parse a...

**Is your feature request related to a problem? Please describe.** I have a graph with multiple edge types and I need to retrieve the shortest path having the edge type...

feature request

I'm requesting a graph from a backend and the response currently works. But when I have a form which changes the backend response the graph can´t reload properly. 1. Vue...

Hello, bro. Awesome work that you did here. This is just what I was looking for. I have a suggestion for you, when working with DDD the entities that we...

enhancement
v4
linter-SDK