Results 14 issues of Alex

This PR adds support for TensorFlow Version 2. @marcoancona Please review carefully since the import structure did change. Important to notice is that DeepEXplain tf v2 version is NOT rewritten...

**Is your feature request related to a problem? Please describe.** A lot people are starting their week on Monday however, in the calendar heatmap the first column/row is Sunday. **Describe...

I am trying to get some valid parameters for the basic SMPL model, in your documentation, you are mentioning that should be possible (https://github.com/nghorbani/amass/blob/master/notebooks/03-AMASS_Visualization_Advanced.ipynb). However, as far as I understand...

I am trying to use the solvePressure function without a Preconditioner (PcNone or 0). ```python solvePressure( flags=flags, vel=velocity, pressure=pressure, cgAccuracy=1e-6, cgMaxIterFac=6000 / self.opt.res, retRhs=rhs, preconditioner=0, ) ``` I think the...

Hi, I just started using neovim and I am using your colour plugin. I like the setup of the colours however, the highlight or select colour is way too subtle...

I'm curious if Git Town supports the scenario of stacked branches with multiple parents and running the `sync` command. I'm in the midst of a major refactor and find myself...

I'm excited to learn about the steps needed to disable otel tracing in GraphQL. cc @arielvalentin

documentation
keep

When you mark a connection with `@defer`, the generated TypeScript type isn't marked as nullable. It seems like it should be, considering this data may not be ready when the...

This is a feature request to add a flag to an object specifying if the list was scoped. This would make it easier to check if the items returned from...

Currently, you can pass different schemas through the config to register the tracer. However, it's not currently feasible to register the tracer to a specific mode. This feature can be...

keep