Frank David Martínez M

Results 123 comments of Frank David Martínez M

Hi Jeremy, This is not addressed yet. But it is not critical and not blocking. I think it can be easily fixed, but I can't do it right now. I...

@williamscaramuzzi Have you tried it? I have read the code and it looks supported. I will start a similar project soon.

I have the same problem, I downloaded the cli binary and set an alias: `alias firebase=$HOME/devel/toolkits/firebase/firebase-tools-linux` ``` proj$ firebase --version 11.15.0 ``` ``` proj$ flutterfire configure i Found 0 Firebase...

`EXTRA_QT_PLUGINS` should definitely be renamed to `EXTRA_QT_MODULES` as the current name is an missleading.

Hi Friends, I have the same problem: refetchQueries works with update mutations, but nothing happens on insert mutations. Is there any known workaround?

Hi @rainman110 your demo images looks really nice. But the links to the code are broken. Have you published something anywhere else?

Don't mind. Updated links: https://github.com/DLR-SC/tigl/blob/master/src/geometry/CTiglInterpolateCurveNetwork.cpp https://github.com/DLR-SC/tigl/blob/master/src/geometry/CTiglGordonSurfaceBuilder.cpp https://github.com/DLR-SC/tigl/blob/master/src/geometry/CTiglBSplineAlgorithms.cpp https://github.com/DLR-SC/tigl/blob/master/src/geometry/CTiglBSplineApproxInterp.cpp https://github.com/DLR-SC/tigl/blob/master/src/guide_curves/CTiglCurveNetworkSorter.cpp

@rainman110 Thanks to you for doing the hard work. I am just a beneficiary. I am just experimenting and I have successfully extracted the algorithm without tixi and tigl dependencies....

The first part is working. I successfully ran the extracted algo without tigl and tixi dependencies. This is my first Gordon Surface: ![image](https://user-images.githubusercontent.com/1087317/188904222-00b2427a-8158-4bcb-b013-f158c86df058.png)

Hello @o4fr I will publish my project that included the extracted algo, but it is a big project and I replaced some Tigl code with my internal classes but extracting...