Block or Report
Block or report smoothdeveloper
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
cubes Public
Forked from DataBrewery/cubes
Light-weight Python OLAP framework for multi-dimensional data analysis
Python 1
-
d3-tsline Public
Forked from boorad/d3-tsline
a time-series line graph visualization using D3
JavaScript 1
-
-
GeoAlgLib Public
Forked from jdinkla/GeoAlgLib
Library for Geometric Algorithms in Haskell from http://www.dinkla.net
173 contributions in the last year
Activity overview
Contribution activity
August 2022
Created an issue in dotnet/fsharp that received 5 comments
internal error when implementing interface with auto property in record type (Unexpected definition (AutoProperty...)
Under .net framework FSI, I'm getting internal error: Repro steps type Foo = abstract member X : string with get, set type FooImpl = { name: string }