chunk_id
large_stringlengths
7
11
question_id
large_stringlengths
4
8
language
large_stringclasses
1 value
chunk_index
int64
0
5
chunk_text
large_stringlengths
128
2.78k
sparse_text
large_stringlengths
116
3.65k
dense_vector
listlengths
3.58k
3.58k
sparse_indices
listlengths
9
228
sparse_values
listlengths
9
228
export_source
large_stringclasses
1 value
13001555_c0
13001555
fsharp
0
Title: Playing with F# types and getting lost Problem title: Playing with F# types and getting lost Tags: f%23-3.0, f%23, c%23-to-f%23, f%23-scripting Problem: Playing with F# types and getting lost I have been doing a little reading on F# and decided to give it a try. I started with a somewhat involved example and I c...
Playing with F# types and getting lost Playing with F# types and getting lost f%23-3.0 f%23 c%23-to-f%23 f%23-scripting Playing ComparisonStrategy IEqualityComparer ComparisonWhichAndHow Equals GetHashCode Failed System.Collections.Generic System ComparsionOption Compare CompareWith USE ParamArray TODO CompareStrategy ...
[ -0.02001953125, 0.0283203125, -0.00003910064697265625, 0.00811767578125, -0.0018463134765625, -0.01324462890625, -0.000667572021484375, -0.0311279296875, 0.007781982421875, -0.01104736328125, -0.01177978515625, 0.039306640625, 0.0164794921875, 0.00433349609375, 0.00299072265625, 0.0042...
[ 11356, 678, 563, 4904, 52895, 136, 20949, 72856, 1238, 27495, 132265, 3742, 188, 420, 167218, 32032, 113307, 40514, 97315, 67, 75536, 161789, 108161, 147, 37839, 81826, 241, 71723, 6495, 1495, 114211, 190355, 12353, 78457, 8996, 135932, 39029, ...
[ 0.1046142578125, 0.0953369140625, 0.1060791015625, 0.203857421875, 0.1920166015625, 0.0289154052734375, 0.0477294921875, 0.1572265625, 0.046722412109375, 0.05328369140625, 0.13525390625, 0.03668212890625, 0.0645751953125, 0.0361328125, 0.0006103515625, 0.051849365234375, 0.1752929687...
embed
49526861_c0
49526861
fsharp
0
Title: polymorphism with types for common fields Problem title: polymorphism with types for common fields Tags: f%23, polymorphism Problem: polymorphism with types for common fields Is this question solvable through functional idiomatic approach, could generics or discriminated unions be the answer? Is it possible to h...
polymorphism with types for common fields polymorphism with types for common fields f%23 polymorphism Car Registration Owner Wheels customAttribute1 customAttribute2 Truck customField5 customField6 SomeComplexMethod Console.WriteLine v.Registration v.Owner v.Wheels request.GetResponse HttpWebResponse StreamReader respo...
[ -0.0025787353515625, 0.0087890625, 0.00072479248046875, -0.007415771484375, 0.00909423828125, -0.0196533203125, -0.006500244140625, -0.00872802734375, 0.001129150390625, -0.04638671875, 0.006072998046875, -0.003021240234375, 0.0106201171875, -0.0157470703125, -0.021484375, -0.005584716...
[ 35874, 178851, 8780, 678, 52895, 100, 39210, 44457, 1238, 3949, 3742, 3980, 19685, 220197, 169060, 114122, 191145, 418, 304, 165589, 19388, 758, 910, 31384, 44974, 7352, 40777, 93232, 81, 54601, 1419, 7710, 144009, 50336, 94399, 115061, 31345, ...
[ 0.2484130859375, 0.262451171875, 0.146728515625, 0.1343994140625, 0.258544921875, 0.1011962890625, 0.2064208984375, 0.22802734375, 0.0223236083984375, 0.043548583984375, 0.119873046875, 0.13427734375, 0.1605224609375, 0.15380859375, 0.189208984375, 0.1280517578125, 0.1368408203125, ...
embed
33088115_c0
33088115
fsharp
0
Title: F# idiomatic way of determining if all (key*value) list entries sharing key have same singular distinct value Problem title: F# idiomatic way of determining if all (key*value) list entries sharing key have same singular distinct value Tags: idioms, f%23, dictionary Problem: F# idiomatic way of determining if all...
F# idiomatic way of determining if all (key*value) list entries sharing key have same singular distinct value F# idiomatic way of determining if all (key*value) list entries sharing key have same singular distinct value idioms f%23 dictionary Seq.groupBy Seq.map Seq.distinct List.ofSeq Seq.exists names.Length SortOrder...
[ -0.0079345703125, 0.0135498046875, 0.006683349609375, -0.00506591796875, 0.00262451171875, -0.0198974609375, 0.004364013671875, 0.00180816650390625, 0.01190185546875, 0.0296630859375, 0.0033111572265625, 0.0498046875, 0.02685546875, 0.004150390625, -0.01416015625, 0.01239013671875, -...
[ 563, 4904, 49666, 9523, 3917, 72694, 214, 2174, 756, 19770, 1639, 27494, 5303, 112820, 53371, 22799, 765, 5701, 67824, 117781, 34292, 13373, 28016, 1238, 3742, 10763, 864, 51588, 75358, 62346, 32036, 54376, 123055, 53666, 143045, 4288, 91693, ...
[ 0.1099853515625, 0.1981201171875, 0.162109375, 0.055877685546875, 0.036651611328125, 0.159423828125, 0.0186004638671875, 0.0660400390625, 0.104248046875, 0.071044921875, 0.042938232421875, 0.099853515625, 0.16943359375, 0.1798095703125, 0.2041015625, 0.152099609375, 0.014724731445312...
embed
78946249_c0
78946249
fsharp
0
Title: mechanisms for handing functions with multiple optional parameters Problem title: mechanisms for handing functions with multiple optional parameters Tags: f%23 Problem: mechanisms for handing functions with multiple optional parameters I'm writing a library where there will be some functions that take many (more...
mechanisms for handing functions with multiple optional parameters mechanisms for handing functions with multiple optional parameters f%23 Person Person.make Some Jim None Person2 Person2.make mechanisms for handing functions with multiple optional parameters I'm writing a library where there will be some functions tha...
[ -0.00469970703125, -0.00049591064453125, 0.01373291015625, 0.01019287109375, -0.01214599609375, -0.0093994140625, -0.0032501220703125, -0.0284423828125, 0.0096435546875, -0.0013885498046875, -0.00860595703125, -0.006622314453125, 0.006622314453125, -0.01025390625, 0.01416015625, -0.001...
[ 191619, 3535, 214, 32354, 678, 48716, 35829, 171859, 1238, 3949, 3742, 15270, 55898, 31384, 41994, 438, 86, 304, 5442, 32562, 35773, 5646, 5941, 836, 4331, 3299, 114982, 184, 24503, 11782, 159029, 27781, 28282, 115923, 19713, 1913, 34224, 18,...
[ 0.2117919921875, 0.170166015625, 0.0904541015625, 0.220703125, 0.023590087890625, 0.17626953125, 0.223388671875, 0.2459716796875, 0.0154571533203125, 0.010833740234375, 0.12451171875, 0.158203125, 0.114013671875, 0.0780029296875, 0.16845703125, 0.1024169921875, 0.0811767578125, 0.0...
embed
57225578_c0
57225578
fsharp
0
Title: When should I use Async.AwaitIAsyncResult instead of Async.AwaitTask to await a Task? Problem title: When should I use Async.AwaitIAsyncResult instead of Async.AwaitTask to await a Task? Tags: f%23-async, async-await, f%23, task Problem: When should I use Async.AwaitIAsyncResult instead of Async.AwaitTask to awa...
When should I use Async.AwaitIAsyncResult instead of Async.AwaitTask to await a Task? When should I use Async.AwaitIAsyncResult instead of Async.AwaitTask to await a Task? f%23-async async-await f%23 task When Async.AwaitIAsyncResult Async.AwaitTask Task myDbContext.SaveChangesAsync Async.AwaitIgnore Async.Ignore Await...
[ -0.00153350830078125, -0.0031280517578125, 0.0206298828125, -0.0201416015625, -0.003143310546875, -0.00701904296875, -0.0052490234375, 0.013916015625, -0.00005507469177246094, 0.00775146484375, 0.00151824951171875, 0.0179443359375, -0.01513671875, 0.01025390625, 0.013427734375, 0.00830...
[ 14847, 5608, 4527, 62, 12654, 238, 284, 634, 217, 17481, 4332, 7, 7136, 64457, 9874, 1042, 9598, 92, 1238, 27495, 7978, 3949, 3742, 66211, 759, 275, 22829, 5464, 272, 127008, 11137, 3444, 4288, 176377, 16511, 2481, 202220, 31365, 57, 6496...
[ 0.07177734375, 0.04156494140625, 0.119140625, 0.0523681640625, 0.209716796875, 0.1007080078125, 0.01220703125, 0.1756591796875, 0.1734619140625, 0.128662109375, 0.1181640625, 0.1417236328125, 0.18310546875, 0.10369873046875, 0.193115234375, 0.09698486328125, 0.189208984375, 0.10089...
embed
54336921_c0
54336921
fsharp
0
Title: How do I make a F# SQLProvider source file (.fs)? Problem title: How do I make a F# SQLProvider source file (.fs)? Tags: f%23, sql-server Problem: How do I make a F# SQLProvider source file (.fs)? MY F# SQLProvider code that works in a script file, fails when copied into a source file. Specifically, it seems lik...
How do I make a F# SQLProvider source file (.fs)? How do I make a F# SQLProvider source file (.fs)? f%23 sql-server How SQLProvider DBaseTest FSharp.Data.Sql Literal Data Source Initial Catalog SqlDataProvider DatabaseVendor Common.DatabaseProviderTypes.MSSQLSERVER CaseSensitivityChange Common.CaseSensitivityChange.ORI...
[ 0.022216796875, 0.0185546875, 0.007476806640625, 0.0198974609375, -0.00811767578125, 0.006439208984375, -0.00323486328125, -0.029052734375, -0.008056640625, -0.0294189453125, 0.0091552734375, -0.0068359375, 0.006622314453125, -0.0038604736328125, -0.0079345703125, 0.01019287109375, -...
[ 11249, 3249, 563, 4904, 80866, 177997, 62160, 31344, 11435, 5, 17447, 1238, 3742, 99247, 39642, 6991, 111337, 93774, 3467, 254, 137989, 135940, 11809, 77641, 150917, 187781, 85512, 151301, 196707, 158897, 116808, 43731, 58861, 172, 127008, 62448,...
[ 0.0238037109375, 0.109619140625, 0.09844970703125, 0.2247314453125, 0.20556640625, 0.215087890625, 0.1676025390625, 0.25244140625, 0.1961669921875, 0.06243896484375, 0.2440185546875, 0.036346435546875, 0.1141357421875, 0.1400146484375, 0.07940673828125, 0.056304931640625, 0.148315429...
embed
41731054_c0
41731054
fsharp
0
Title: Can't install Nuget package into a portable F# library, even though it is supposed to support it Problem title: Can't install Nuget package into a portable F# library, even though it is supposed to support it Tags: f%23, portable-class-library, visual-studio-2015, xamarin.forms Problem: Can't install N...
Can't install Nuget package into a portable F# library, even though it is supposed to support it Can't install Nuget package into a portable F# library, even though it is supposed to support it f%23 portable-class-library visual-studio-2015 xamarin.forms Can Nuget FSharp.Collections.ParallelSeq Install-Packag...
[ -0.01507568359375, 0.0322265625, -0.004669189453125, -0.015625, -0.01434326171875, 0.0003414154052734375, 0.01458740234375, -0.0260009765625, -0.00921630859375, 0.019287109375, 0.00445556640625, -0.0014190673828125, 0.0108642578125, -0.000057220458984375, 0.0128173828125, 0.01916503906...
[ 4171, 3768, 20600, 1429, 3794, 98169, 3934, 168627, 563, 4904, 35773, 1294, 134598, 8060, 3742, 67413, 150, 2844, 21176, 52629, 44906, 2459, 44503, 5037, 93774, 3467, 254, 78457, 8996, 55292, 1229, 4233, 864, 107951, 205956, 206984, 205072, 5...
[ 0.050018310546875, 0.046356201171875, 0.13427734375, 0.209716796875, 0.262939453125, 0.1788330078125, 0.07037353515625, 0.1365966796875, 0.09521484375, 0.170166015625, 0.1531982421875, 0.05108642578125, 0.0992431640625, 0.1339111328125, 0.006134033203125, 0.0919189453125, 0.060882568...
embed
71450927_c0
71450927
fsharp
0
Title: Is it possible to have a list of generic types (from class hierarchy) with different type parameters, kept in the same list by use of casting in F#? Problem title: Is it possible to have a list of generic types (from class hierarchy) with different type parameters, kept in the same list by use of casting in F#? ...
Is it possible to have a list of generic types (from class hierarchy) with different type parameters, kept in the same list by use of casting in F#? Is it possible to have a list of generic types (from class hierarchy) with different type parameters, kept in the same list by use of casting in F#? generics types casting...
[ 0.0118408203125, 0.01397705078125, -0.005767822265625, -0.01513671875, -0.0185546875, 0.00506591796875, -0.01123046875, 0.00506591796875, -0.006805419921875, -0.02294921875, -0.00677490234375, -0.0277099609375, 0.002532958984375, -0.01104736328125, -0.0281982421875, -0.004364013671875,...
[ 2071, 442, 7722, 765, 5303, 189534, 52895, 161063, 18507, 1791, 147, 7668, 678, 12921, 10644, 171859, 93544, 5701, 4527, 176050, 563, 4904, 88394, 1238, 3742, 233973, 140803, 129297, 32036, 31251, 65381, 10336, 3789, 4902, 571, 151552, 134381, ...
[ 0.0433349609375, 0.01068115234375, 0.1685791015625, 0.048309326171875, 0.19482421875, 0.248046875, 0.2293701171875, 0.031219482421875, 0.1868896484375, 0.09503173828125, 0.0877685546875, 0.0718994140625, 0.0285186767578125, 0.1593017578125, 0.1900634765625, 0.171630859375, 0.12390136...
embed
38462567_c0
38462567
fsharp
0
Title: How do functional programmers test functions that return a unit? Problem title: How do functional programmers test functions that return a unit? Tags: f%23 Problem: How do functional programmers test functions that return a unit? How do functional programmers test functions that return a unit? In my case, I beli...
How do functional programmers test functions that return a unit? How do functional programmers test functions that return a unit? f%23 How filePath:string System.IO.StreamWriter file.WriteLine Test OneDollarBill Pepsi myFile.txt IDK Machine Deposit Nickel Dime Quarter FiveDollarBill Selection Coke Sprite MountainDew At...
[ -0.00156402587890625, 0.01513671875, 0.00994873046875, -0.006866455078125, -0.0025482177734375, -0.0081787109375, 0.00064849853515625, 0.00787353515625, 0.01556396484375, 0.01165771484375, 0.000370025634765625, 0.014892578125, -0.03564453125, -0.00836181640625, 0.0167236328125, 0.00842...
[ 11249, 123309, 77848, 3034, 32354, 30646, 25072, 1238, 3742, 11435, 683, 10519, 91693, 12353, 17780, 115061, 2783, 18781, 93232, 8647, 6561, 224694, 192948, 73025, 172, 759, 174350, 124326, 87, 45461, 68311, 166386, 47801, 583, 803, 282, 48772,...
[ 0.07763671875, 0.2078857421875, 0.19677734375, 0.2421875, 0.197998046875, 0.2017822265625, 0.1964111328125, 0.00079345703125, 0.07012939453125, 0.118408203125, 0.03302001953125, 0.143310546875, 0.129150390625, 0.0869140625, 0.1343994140625, 0.08148193359375, 0.052276611328125, 0.01...
embed
54179428_c0
54179428
fsharp
0
Title: What are nodes of typechecking residues in F# TAST? Problem title: What are nodes of typechecking residues in F# TAST? Tags: compiler-construction, f%23 Problem: What are nodes of typechecking residues in F# TAST? I am learning f# compiler internals ( https://github.com/Microsoft/visualfsharp repo, dev16.0 branc...
What are nodes of typechecking residues in F# TAST? What are nodes of typechecking residues in F# TAST? compiler-construction f%23 What TAST dev16.0 Expr TType Typechecking Indicates These TyChoose Typars Expr.Link While After Link GenExpr cenv:cenv cgbuf:CodeGenBuffer What are nodes of typechecking residues in F# TAST...
[ -0.005615234375, -0.022705078125, 0.0157470703125, -0.007171630859375, 0.0224609375, 0.002288818359375, 0.000331878662109375, 0.009521484375, 0.00016689300537109375, -0.00004673004150390625, 0.006195068359375, -0.02099609375, 0.004119873046875, 0.01263427734375, 0.007537841796875, -0.0...
[ 110, 988, 111, 10644, 78292, 214, 99996, 90, 563, 4904, 384, 48963, 23, 9969, 34759, 238478, 1238, 3742, 33245, 2485, 60075, 42, 196707, 60457, 110061, 8064, 107522, 8364, 33417, 21816, 64287, 12779, 15937, 19279, 10287, 334, 20101, 114211, ...
[ 0.16064453125, 0.177978515625, 0.01220703125, 0.2103271484375, 0.2119140625, 0.0155487060546875, 0.203369140625, 0.06573486328125, 0.0870361328125, 0.2001953125, 0.179443359375, 0.1712646484375, 0.0181884765625, 0.1007080078125, 0.0836181640625, 0.033538818359375, 0.06494140625, 0....
embed
34834346_c0
34834346
fsharp
0
Title: 404 response appended to webapi response Problem title: 404 response appended to webapi response Tags: ubuntu, mono, f%23, xsp4, asp.net-web-api2 Problem: 404 response appended to webapi response I have managed to get TWO responses for a single web request: My webapi response ( a simple string with 200 status co...
404 response appended to webapi response 404 response appended to webapi response ubuntu mono f%23 xsp4 asp.net-web-api2 System.Web.HttpException Startup RegisterWebApi HttpConfiguration Configure config.MapHttpAttributeRoutes config.Formatters.XmlFormatter.UseXmlSerializer config.Formatters.JsonFormatter.SerializerSet...
[ -0.0380859375, 0.0208740234375, 0.00927734375, -0.018310546875, -0.01251220703125, 0.0079345703125, 0.01470947265625, -0.0152587890625, 0.010498046875, -0.0101318359375, 0.01214599609375, -0.000209808349609375, -0.015869140625, 0.00051116943359375, 0.0208740234375, 0.01519775390625, ...
[ 1112, 617, 57553, 114689, 48141, 47, 1467, 40897, 198996, 22460, 1238, 3949, 3742, 7008, 237, 254, 1179, 14051, 304, 12353, 30474, 3062, 153076, 131423, 1434, 59994, 153837, 166179, 191145, 12724, 102973, 51626, 52825, 105548, 39989, 86918, 145...
[ 0.1998291015625, 0.211669921875, 0.237060546875, 0.1533203125, 0.0888671875, 0.04913330078125, 0.0836181640625, 0.22021484375, 0.155517578125, 0.1859130859375, 0.013458251953125, 0.003570556640625, 0.096923828125, 0.07476806640625, 0.004608154296875, 0.059356689453125, 0.067199707031...
embed
26105285_c0
26105285
fsharp
0
Title: "Incorrect parameter" error in DrawUserPrimitives call Problem title: "Incorrect parameter" error in DrawUserPrimitives call Tags: monogame, f%23 Problem: "Incorrect parameter" error in DrawUserPrimitives call I'm getting an unhandled exception with the message HRESULT: [0x80070057], Module: ...
"Incorrect parameter" error in DrawUserPrimitives call "Incorrect parameter" error in DrawUserPrimitives call monogame f%23 Incorrect DrawUserPrimitives HRESULT Module General ApiCode E_INVALIDARG Invalid Arguments Message Game1 Microsoft.Xna.Framework Microsoft.Xna.Framework.Graphics System.IO Syst...
[ -0.0164794921875, 0.0166015625, -0.00762939453125, -0.00124359130859375, -0.012939453125, 0.0150146484375, 0.00823974609375, -0.0035400390625, 0.002349853515625, -0.01318359375, -0.013427734375, -0.008056640625, 0.01507568359375, -0.014892578125, 0.0025482177734375, 0.0167236328125, ...
[ 41502, 4153, 32399, 15390, 171859, 74, 18499, 18186, 434, 1062, 2189, 145111, 14, 42991, 11782, 22460, 35311, 1238, 3949, 3742, 572, 34465, 82643, 63014, 9082, 5787, 114211, 241, 8852, 198939, 724, 7013, 71, 112140, 48205, 13547, 418, 7244, ...
[ 0.0261077880859375, 0.03924560546875, 0.2020263671875, 0.080810546875, 0.28662109375, 0.005706787109375, 0.190673828125, 0.1300048828125, 0.11181640625, 0.139892578125, 0.1038818359375, 0.1595458984375, 0.1131591796875, 0.1656494140625, 0.1773681640625, 0.138427734375, 0.12939453125,...
embed
44034823_c0
44034823
fsharp
0
Title: Is there a way to force creation of F# type aliases as actual types in the MSIL? Problem title: Is there a way to force creation of F# type aliases as actual types in the MSIL? Tags: cil, f%23 Problem: Is there a way to force creation of F# type aliases as actual types in the MSIL? I am working on taking a bunch...
Is there a way to force creation of F# type aliases as actual types in the MSIL? Is there a way to force creation of F# type aliases as actual types in the MSIL? cil f%23 MSIL TypeBeingMoved New.Namespace.TypeBeingMoved Is there a way to force creation of F# type aliases as actual types in the MSIL? I am working on tak...
[ -0.011474609375, -0.00008106231689453125, 0.000263214111328125, 0.00098419189453125, -0.01300048828125, 0.0206298828125, -0.00701904296875, 0.006866455078125, -0.025390625, 0.002105712890625, 0.0034027099609375, 0.0244140625, -0.00274658203125, -0.0021820068359375, 0.01153564453125, 0....
[ 3917, 37772, 166635, 563, 4904, 10644, 55109, 90, 237, 8561, 52895, 23, 276, 68785, 13003, 1238, 3742, 60457, 6766, 214, 9083, 4126, 2356, 163612, 65421, 196707, 2071, 20697, 35971, 123309, 1810, 21334, 35773, 11814, 7565, 86429, 18151, 81814...
[ 0.08636474609375, 0.2032470703125, 0.1724853515625, 0.1539306640625, 0.2286376953125, 0.2100830078125, 0.239501953125, 0.12548828125, 0.08514404296875, 0.183837890625, 0.244873046875, 0.041168212890625, 0.10693359375, 0.21826171875, 0.10595703125, 0.044342041015625, 0.0738525390625, ...
embed
8356650_c0
8356650
fsharp
0
Title: F# Power issues which accepts both arguments to be bigints Problem title: F# Power issues which accepts both arguments to be bigints Tags: f%23, pattern-matching, perfect-numbers Problem: F# Power issues which accepts both arguments to be bigints I am currently experimenting with F#. The articles found on the in...
F# Power issues which accepts both arguments to be bigints F# Power issues which accepts both arguments to be bigints f%23 pattern-matching perfect-numbers replacing Power PowBitShift y:int32 Pow int64 PowBigInt bigint.Zero Non-primitive NumericLiteral Consider F# Power issues which accepts both arguments to be bigints...
[ -0.005615234375, -0.00885009765625, 0.01251220703125, -0.018798828125, 0.001068115234375, -0.0026397705078125, -0.0042724609375, 0.003814697265625, 0.01202392578125, -0.004364013671875, 0.0242919921875, 0.0211181640625, -0.025390625, -0.01397705078125, 0.028564453125, -0.01092529296875...
[ 563, 4904, 17170, 37348, 3129, 26946, 15044, 10750, 47, 186, 6957, 4288, 7, 1238, 3949, 3742, 103510, 98753, 15787, 2606, 1297, 456, 133266, 53982, 571, 217, 78567, 2480, 113, 6460, 18, 13307, 129933, 4153, 1511, 4036, 3775, 58460, 93511, ...
[ 0.159912109375, 0.2398681640625, 0.2327880859375, 0.2020263671875, 0.036102294921875, 0.1761474609375, 0.15869140625, 0.2296142578125, 0.01904296875, 0.03662109375, 0.121826171875, 0.2183837890625, 0.03106689453125, 0.1353759765625, 0.042510986328125, 0.17333984375, 0.18798828125, ...
embed
71328877_c0
71328877
fsharp
0
Title: How to parse recusrive grammar in FParsec Problem title: How to parse recusrive grammar in FParsec Tags: fparsec, f%23 Problem: How to parse recusrive grammar in FParsec Previous questions which I could not use to get this to work Recursive grammars in FParsec Seems to be an old question which was asked before c...
How to parse recusrive grammar in FParsec How to parse recusrive grammar in FParsec fparsec f%23 How FParsec BinaryOperator Number Element Expression BinaryExpression Number.Number Element.Number Seq.map pipe3 expRef.Value expression.Value Parsing Success Failure Error How to parse recusrive grammar in FParsec Previous...
[ 0, 0.005218505859375, -0.0140380859375, 0.02685546875, -0.001251220703125, 0.012939453125, 0.006988525390625, -0.007568359375, -0.010009765625, -0.015869140625, 0.0228271484375, 0.01806640625, 0.0003871917724609375, 0.00008535385131835938, 0.017333984375, 0.0003147125244140625, -0.00...
[ 11249, 366, 184, 43852, 7, 416, 272, 122092, 147, 563, 28636, 39797, 47, 1238, 2500, 3949, 3742, 54092, 156823, 1290, 103332, 48325, 25129, 178752, 864, 62346, 137158, 363, 14700, 190015, 856, 50770, 125195, 2392, 144053, 190355, 212059, 23, ...
[ 0.047760009765625, 0.16943359375, 0.13671875, 0.15869140625, 0.0174560546875, 0.11328125, 0.140625, 0.2109375, 0.145263671875, 0.10418701171875, 0.1514892578125, 0.1849365234375, 0.0276031494140625, 0.05517578125, 0.06866455078125, 0.00189208984375, 0.132568359375, 0.108154296875, ...
embed
64599700_c0
64599700
fsharp
0
Title: F# XAML DataGrid ComboBox Problem title: F# XAML DataGrid ComboBox Tags: xaml, combobox, f%23, wpf Problem: F# XAML DataGrid ComboBox Hello Thanks for you Help... I have a WPF application that I am trying to Create a Combobox in and pass the combobox a list of strings. Below is my XAML code with a is inside Data...
F# XAML DataGrid ComboBox F# XAML DataGrid ComboBox xaml combobox f%23 wpf XAML DataGrid ComboBox DataGridTextColumn Header Mapping Notes Binding Path MappingNote DataGridComboBoxColumn x:Name functionArg1Combobox Arg1 ItemsSource ArgumentDropDownList SelectedItemBinding FDMappingRow ATesting System.Collections.Generic...
[ 0.01324462890625, 0.03369140625, -0.0120849609375, 0.004180908203125, 0.005035400390625, 0.0125732421875, 0.025634765625, 0.00750732421875, 0.00048065185546875, 0.025634765625, -0.00567626953125, -0.012451171875, 0.0145263671875, 0.02490234375, -0.0167236328125, 0.0115966796875, 0.01...
[ 563, 4904, 65415, 39456, 11809, 724, 19040, 3288, 837, 72295, 2459, 7237, 375, 11728, 1238, 3742, 148, 39557, 174379, 78457, 316, 44816, 911, 26783, 18622, 1843, 33770, 108421, 110361, 10770, 1022, 163612, 32354, 177, 418, 1172, 78426, 211235...
[ 0.1260986328125, 0.1861572265625, 0.11767578125, 0.179931640625, 0.0950927734375, 0.093505859375, 0.166259765625, 0.1429443359375, 0.1837158203125, 0.2430419921875, 0.0667724609375, 0.1470947265625, 0.116943359375, 0.2421875, 0.0545654296875, 0.099365234375, 0.000823974609375, 0.10...
embed
2521254_c0
2521254
fsharp
0
Title: F# Equivalent to Enumerable.OfType&lt;&#x27;a&gt; Problem title: F# Equivalent to Enumerable.OfType&lt;&#x27;a&gt; Tags: f%23 Problem: F# Equivalent to Enumerable.OfType<'a> ...or, how do I filter a sequence of classes by the interfaces they implement? Let's say I have a sequence of objects that inherit from Foo...
F# Equivalent to Enumerable.OfType&lt;&#x27;a&gt; F# Equivalent to Enumerable.OfType&lt;&#x27;a&gt; f%23 Equivalent Enumerable.OfType Foo MergeFoosIntoList IEnumerable IList dest.Add foos:seq dest:IList System.Linq.Enumerable.OfType Seq.iter Seq.choose Some None F# Equivalent to Enumerable.OfType<'a> ...or, how do I fi...
[ -0.00537109375, 0.01123046875, -0.0079345703125, 0.013671875, 0.0123291015625, -0.0118408203125, -0.03271484375, 0.0184326171875, -0.001251220703125, -0.009033203125, -0.01025390625, -0.0189208984375, -0.01092529296875, 0.006927490234375, 0.0052490234375, -0.022705078125, 0.002319335...
[ 563, 4904, 145666, 85540, 47, 357, 316, 56, 2886, 132887, 196707, 3768, 5386, 1238, 3742, 9572, 31, 6035, 27591, 232, 188, 154663, 2606, 37204, 4028, 5775, 184, 864, 1419, 12353, 44982, 16840, 3089, 438, 3642, 46312, 40, 944, 61112, 390, ...
[ 0.1495361328125, 0.2252197265625, 0.1319580078125, 0.2081298828125, 0.1400146484375, 0.06939697265625, 0.2008056640625, 0.0987548828125, 0.1134033203125, 0.2138671875, 0.24755859375, 0.060028076171875, 0.0096435546875, 0.0157012939453125, 0.038360595703125, 0.1796875, 0.1409912109375...
embed
7680701_c0
7680701
fsharp
0
Title: Transfer a MySQL table into a F# matrix Problem title: Transfer a MySQL table into a F# matrix Tags: f%23, mysql Problem: Transfer a MySQL table into a F# matrix I would like to transfer a SQL table (let say i. 2 columns : one containing users ID and one containing users age and ii. n rows) containing only integ...
Transfer a MySQL table into a F# matrix Transfer a MySQL table into a F# matrix f%23 mysql theTablesWhichContainsTheNumberOfRows the theTablesWhichContainsTheNumberOfColumns tableUser Transfer MySQL FSharp.PowerPack.dll Microsoft.Office.Interop.Excel System System.Data System.Data.SqlClient Microsoft.Office.Interop Mic...
[ 0.0191650390625, -0.01287841796875, -0.004852294921875, -0.0017242431640625, 0.020751953125, 0.0157470703125, -0.0086669921875, -0.01141357421875, 0.000827789306640625, -0.0250244140625, 0.00099945068359375, -0.01007080078125, -0.01055908203125, -0.0185546875, -0.01165771484375, -0.001...
[ 73509, 157146, 23180, 3934, 10, 563, 4904, 50944, 425, 1238, 3949, 3742, 759, 99247, 70, 618, 19736, 25500, 26278, 132887, 12724, 1062, 2189, 3467, 254, 205956, 1181, 7244, 94833, 2146, 184926, 12353, 44851, 199450, 52889, 53400, 72944, 4134,...
[ 0.183349609375, 0.2279052734375, 0.2012939453125, 0.128173828125, 0.0245361328125, 0.1708984375, 0.2413330078125, 0.1904296875, 0.0572509765625, 0.0518798828125, 0.001983642578125, 0.06182861328125, 0.07550048828125, 0.114501953125, 0.050018310546875, 0.0712890625, 0.10125732421875, ...
embed
41236933_c0
41236933
fsharp
0
Title: Paket framework restriction differences Problem title: Paket framework restriction differences Tags: f%23, paket Problem: Paket framework restriction differences I have added Argu to my project and about 700MB of packages were downloaded together with it. This is related to Paket installs extra packages however ...
Paket framework restriction differences Paket framework restriction differences f%23 paket Paket paket.dependencies Argu paket.exe System.Threading.Thread NuGet FSharp.Core MathNet.Numerics.FSharp net46 Garbage Microsoft.NETCore.Platforms Microsoft.Win32.Primitives NETStandard.Library System.AppContext System.Collectio...
[ -0.0274658203125, -0.0029754638671875, 0.021728515625, -0.00799560546875, -0.0093994140625, -0.01177978515625, 0.01068115234375, 0.01171875, 0.00823974609375, 0.0400390625, 0.013916015625, -0.021240234375, 0.0040283203125, 0.0140380859375, 0.006866455078125, -0.000713348388671875, 0....
[ 50867, 170846, 185190, 60212, 1238, 3949, 3742, 13360, 105254, 13, 1172, 1234, 46480, 12353, 39116, 1429, 724, 126, 93774, 3467, 254, 50886, 78804, 24447, 2043, 9271, 6389, 402, 7244, 17777, 6460, 145111, 191769, 39179, 163812, 539, 3794, 147...
[ 0.2381591796875, 0.21923828125, 0.234619140625, 0.1944580078125, 0.0638427734375, 0.026611328125, 0.1253662109375, 0.2049560546875, 0.1092529296875, 0.0186920166015625, 0.1923828125, 0.26171875, 0.08050537109375, 0.109375, 0.1513671875, 0.1212158203125, 0.0982666015625, 0.07421875,...
embed
59223104_c0
59223104
fsharp
0
Title: Using Async for a function that requires wait time Problem title: Using Async for a function that requires wait time Tags: f%23 Problem: Using Async for a function that requires wait time This is the part of the function that causes me trouble. I have isolated this part from my main function after some debugging...
Using Async for a function that requires wait time Using Async for a function that requires wait time f%23 Using Async Entry ETS.getTimeSeries myrun.tsds myrun.initiate2 ETS.printRecords async1 BID async2 ASK Async.Start Same Async.Parallel Async.Ignore Async.RunSynchronously tsds:ITimeSeriesDataService setRequestParam...
[ 0.0026092529296875, 0.0084228515625, 0.007476806640625, -0.036865234375, -0.00494384765625, -0.000843048095703125, -0.014892578125, 0.00087738037109375, 0.007476806640625, -0.03515625, 0.0140380859375, 0.017822265625, 0.00177764892578125, -0.009765625, 0.0211181640625, 0.00689697265625...
[ 345, 6953, 62, 12654, 238, 100, 32354, 144570, 40485, 1733, 450, 3742, 15123, 83435, 3794, 70059, 138724, 759, 16428, 933, 6468, 40705, 35662, 32271, 335, 10762, 126597, 99908, 11137, 163321, 217835, 1900, 61636, 3602, 137989, 121979, 5423, 1...
[ 0.108642578125, 0.0091552734375, 0.073486328125, 0.2362060546875, 0.16162109375, 0.06622314453125, 0.1962890625, 0.16845703125, 0.22998046875, 0.1512451171875, 0.012969970703125, 0.09588623046875, 0.03564453125, 0.1995849609375, 0.1136474609375, 0.138427734375, 0.219482421875, 0.05...
embed
61816661_c1
61816661
fsharp
1
new CompositeDisposable(x) :> IDisposable let children l (c : #Panel) = children_template l c.Children let content v c = prop (fun (x : #ContentControl) v -> x.Content <- v) v c let child v c = prop (fun (x : #Decorator) v -> x.Child <- v) v c let window l = control Window l let button l = control Button l let stack_p...
new CompositeDisposable(x) :> IDisposable let children l (c : #Panel) = children_template l c.Children let content v c = prop (fun (x : #ContentControl) v -> x.Content <- v) v c let child v c = prop (fun (x : #Decorator) v -> x.Child <- v) v c let window l = control Window l let button l = control Button l let stack_p...
[ -0.0281982421875, 0.01519775390625, -0.0220947265625, 0.01531982421875, -0.0032958984375, 0.00933837890625, -0.005401611328125, -0.0037078857421875, 0.023193359375, -0.034423828125, 0.00396728515625, -0.0091552734375, 0.01300048828125, 0.040771484375, 0.021484375, 0.01092529296875, 0...
[ 3525, 3288, 77087, 13, 44456, 7522, 2886, 425, 11338, 164, 2633, 20020, 96, 55956, 583, 2982, 92558, 102656, 982, 10941, 81, 25793, 16498, 11935, 25352, 175904, 1022, 29041, 4657, 10517, 4597, 76896, 6226, 176501, 77679, 144037, 177261, 91133...
[ 0.103271484375, 0.10125732421875, 0.2232666015625, 0.0433349609375, 0.09307861328125, 0.19189453125, 0.213623046875, 0.0946044921875, 0.056182861328125, 0.1182861328125, 0.1055908203125, 0.1854248046875, 0.010650634765625, 0.0703125, 0.0772705078125, 0.1383056640625, 0.1539306640625,...
embed
1315806_c0
1315806
fsharp
0
Title: Help in designing a tree structure - Tension between functional and OOP Problem title: Help in designing a tree structure - Tension between functional and OOP Tags: functional-programming, oop, f%23 Problem: Help in designing a tree structure - Tension between functional and OOP I've been learning f# in the prev...
Help in designing a tree structure - Tension between functional and OOP Help in designing a tree structure - Tension between functional and OOP functional-programming oop f%23 Help Tension OOP Help in designing a tree structure - Tension between functional and OOP I've been learning f# in the previous days, writing a s...
[ 0.0157470703125, 0.0115966796875, -0.0036163330078125, 0.00347900390625, 0.008056640625, 0.0033721923828125, -0.01806640625, -0.01031494140625, 0.0045166015625, -0.03955078125, 0.0125732421875, -0.0179443359375, 0.00007963180541992188, 0.01019287109375, 0.008544921875, -0.0005683898925...
[ 39527, 23, 4331, 53201, 45646, 5531, 6889, 17721, 123309, 136, 180, 20880, 28966, 32500, 1238, 3742, 52080, 4904, 96362, 13312, 32562, 19336, 13452, 4568, 43240, 4358, 15969, 31577, 30698, 186, 237, 49666, 9523, 7722, 9790, 959, 31158, 13, ...
[ 0.147705078125, 0.0631103515625, 0.2152099609375, 0.210693359375, 0.21826171875, 0.2071533203125, 0.171875, 0.1123046875, 0.2056884765625, 0.06976318359375, 0.095703125, 0.2381591796875, 0.136474609375, 0.1591796875, 0.08843994140625, 0.0621337890625, 0.0980224609375, 0.16479492187...
embed
73202863_c0
73202863
fsharp
0
Title: How to Await F# Async Code Method from C# ( WPF ) Problem title: How to Await F# Async Code Method from C# ( WPF ) Tags: asynchronous, f%23 Problem: How to Await F# Async Code Method from C# ( WPF ) I write most of my backend code in F# - but my WPF project is in C# and I am wiring up progress reporting between ...
How to Await F# Async Code Method from C# ( WPF ) How to Await F# Async Code Method from C# ( WPF ) asynchronous f%23 C# How Await Async Method WPF DownloadProgressModel PercentageComplete IProgress Async.Sleep downloadprogress.orderPosition downloadprogress.PercentageComplete progress.Report Finished SimpleButton_Clic...
[ -0.0203857421875, 0.00885009765625, 0.015380859375, 0.0035247802734375, 0.0113525390625, 0.00408935546875, 0.00830078125, -0.01611328125, -0.0003070831298828125, -0.00830078125, -0.00014019012451171875, -0.017822265625, -0.0228271484375, 0.0034027099609375, 0.007171630859375, -0.005310...
[ 11249, 62, 634, 217, 563, 4904, 12654, 238, 28864, 74644, 1295, 313, 601, 41265, 101966, 1238, 3949, 3742, 4857, 19623, 140290, 108475, 131801, 87, 10752, 133, 7026, 80596, 42658, 56829, 13316, 60552, 82212, 181671, 106015, 192134, 7614, 1098...
[ 0.041015625, 0.05499267578125, 0.1822509765625, 0.1787109375, 0.0975341796875, 0.195556640625, 0.2340087890625, 0.1026611328125, 0.2044677734375, 0.1868896484375, 0.059356689453125, 0.03289794921875, 0.064208984375, 0.2156982421875, 0.1151123046875, 0.07171630859375, 0.01788330078125...
embed
46575141_c0
46575141
fsharp
0
Title: Is it a good idea to create a TcpListener from Observables? Problem title: Is it a good idea to create a TcpListener from Observables? Tags: observable, tcplistener, f%23 Problem: Is it a good idea to create a TcpListener from Observables? I've been having fun playing around with the FSharp.Control.Reactive libr...
Is it a good idea to create a TcpListener from Observables? Is it a good idea to create a TcpListener from Observables? observable tcplistener f%23 Observables TcpListener System System.Net System.Net.Sockets System.Threading System.Reactive System.Reactive.Linq System.Reactive.Concurrency System.Reactive.Disposables F...
[ 0.00982666015625, 0.0252685546875, 0.004364013671875, -0.007781982421875, 0.00994873046875, -0.029052734375, 0.0098876953125, 0.00555419921875, 0.00119781494140625, -0.05029296875, 0.0240478515625, -0.009521484375, 0.0250244140625, -0.004425048828125, 0.0050048828125, 0.013916015625, ...
[ 2071, 4127, 6528, 28282, 384, 121422, 154663, 39060, 1295, 87652, 13566, 32, 10, 47, 22046, 2661, 808, 63844, 56, 1238, 3949, 3742, 12353, 24447, 27853, 39116, 4332, 71232, 44982, 64240, 7522, 93774, 3467, 175904, 121137, 46471, 65756, 232587...
[ 0.0181427001953125, 0.14208984375, 0.13330078125, 0.167236328125, 0.08404541015625, 0.194580078125, 0.2626953125, 0.22119140625, 0.0914306640625, 0.2666015625, 0.2193603515625, 0.007659912109375, 0.0380859375, 0.00799560546875, 0.2213134765625, 0.1395263671875, 0.0268096923828125, ...
embed
39042828_c0
39042828
fsharp
0
Title: How to guarantee referential transparency in F# applications? Problem title: How to guarantee referential transparency in F# applications? Tags: f%23, functional-programming, referential-transparency, side-effects Problem: How to guarantee referential transparency in F# applications? So I'm trying to learn FP an...
How to guarantee referential transparency in F# applications? How to guarantee referential transparency in F# applications? f%23 functional-programming referential-transparency side-effects How How to guarantee referential transparency in F# applications? So I'm trying to learn FP and I'm trying to get my head around r...
[ -0.0035400390625, 0.005462646484375, 0.018310546875, -0.01007080078125, -0.0003108978271484375, -0.005126953125, -0.0115966796875, 0.020263671875, -0.0103759765625, -0.0184326171875, 0.008544921875, 0.0162353515625, -0.0277099609375, 0.00592041015625, 0.0042724609375, 0.0107421875, -...
[ 11249, 47, 142027, 15005, 80973, 3900, 16082, 27771, 563, 4904, 86685, 23, 1238, 3742, 123309, 28966, 30145, 5609, 171760, 30698, 51006, 93425, 20662, 756, 143726, 10644, 5426, 4734, 3917, 959, 46876, 1884, 152653, 11, 53418, 1257, 77848, 632...
[ 0.093017578125, 0.0404052734375, 0.2568359375, 0.239501953125, 0.1566162109375, 0.1456298828125, 0.208251953125, 0.08551025390625, 0.146728515625, 0.2200927734375, 0.15869140625, 0.0264434814453125, 0.07867431640625, 0.0908203125, 0.12109375, 0.10302734375, 0.1080322265625, 0.10192...
embed
27175919_c0
27175919
fsharp
0
Title: F# compiler inferring concrete types from first use of generic functions when currying Problem title: F# compiler inferring concrete types from first use of generic functions when currying Tags: currying, type-inference, generics, f%23 Problem: F# compiler inferring concrete types from first use of generic funct...
F# compiler inferring concrete types from first use of generic functions when currying F# compiler inferring concrete types from first use of generic functions when currying currying type-inference generics f%23 first System.Threading.Tasks.Task timeout:int Async RequestA name:string Name ResultA has:bool x.Has Request...
[ 0.01141357421875, -0.017578125, -0.00726318359375, -0.023193359375, -0.000606536865234375, 0.01123046875, 0.005706787109375, -0.000843048095703125, 0.01239013671875, -0.0186767578125, -0.0205078125, 0.000621795654296875, 0.022216796875, -0.0107421875, 0.0191650390625, -0.00469970703125...
[ 563, 4904, 9969, 34759, 53498, 2852, 122776, 52895, 5117, 4527, 189534, 32354, 198555, 214, 1295, 10644, 69988, 1238, 3742, 12353, 39116, 9874, 1733, 6056, 4288, 12654, 75616, 91693, 15757, 126684, 142484, 1022, 571, 11177, 120962, 87, 121979, ...
[ 0.11181640625, 0.1839599609375, 0.158203125, 0.1390380859375, 0.21484375, 0.00994873046875, 0.2052001953125, 0.1810302734375, 0.05133056640625, 0.0447998046875, 0.1641845703125, 0.1298828125, 0.2095947265625, 0.0654296875, 0.047271728515625, 0.19189453125, 0.06982421875, 0.00540161...
embed
54756997_c0
54756997
fsharp
0
Title: F# or C# | How to test that an extension method is called? Problem title: F# or C# | How to test that an extension method is called? Tags: f%23, moq Problem: F# or C# | How to test that an extension method is called? When I have a type MyType and this code: // models.fs type internal Ticker(price:decimal, time:S...
F# or C# | How to test that an extension method is called? F# or C# | How to test that an extension method is called? f%23 moq How models.fs Ticker price:decimal time:System.DateTime this.Price this.Time cache.fs TickerCache date:DateTime ticker:Ticker cache_duration TimeSpan.FromSeconds cache_tickers Dictionary curren...
[ -0.0185546875, 0.0113525390625, 0.0191650390625, 0.0120849609375, -0.006866455078125, -0.020263671875, -0.0047607421875, 0.0196533203125, -0.0038604736328125, -0.00494384765625, -0.00098419189453125, 0.024658203125, -0.006805419921875, -0.00994873046875, 0.01214599609375, -0.0030212402...
[ 563, 4904, 707, 313, 58745, 11249, 47, 3034, 450, 111938, 55300, 83, 35839, 1238, 3949, 3742, 98191, 115774, 5, 17447, 2371, 11050, 27167, 170753, 289, 1733, 84293, 86291, 70059, 903, 33163, 82365, 5622, 12, 1053, 16734, 454, 3020, 2320, ...
[ 0.157470703125, 0.23583984375, 0.125732421875, 0.071533203125, 0.022216796875, 0.1005859375, 0.0229339599609375, 0.267333984375, 0.03924560546875, 0.2374267578125, 0.21435546875, 0.063720703125, 0.17626953125, 0.0845947265625, 0.0200042724609375, 0.054412841796875, 0.147705078125, ...
embed
46731131_c0
46731131
fsharp
0
Title: How to get the methods of a GenericInstanceType? Problem title: How to get the methods of a GenericInstanceType? Tags: mono.cecil, f%23 Problem: How to get the methods of a GenericInstanceType? open System open System.Runtime.CompilerServices open Mono.Cecil open Mono.Cecil.Rocks type SpiralType = | IntT | Strin...
How to get the methods of a GenericInstanceType? How to get the methods of a GenericInstanceType? mono.cecil f%23 How GenericInstanceType System System.Runtime.CompilerServices Mono.Cecil Mono.Cecil.Rocks SpiralType IntT StringT TupleT module_ ModuleDefinition.CreateModule TypeTokenFactory ModuleKind.Console module_.Im...
[ -0.02392578125, 0.014404296875, 0.001678466796875, 0.01409912109375, -0.00164794921875, -0.0224609375, 0.004913330078125, 0.000293731689453125, 0.0126953125, -0.03857421875, -0.0225830078125, 0.004547119140625, -0.0169677734375, 0.00848388671875, 0.007720947265625, -0.00138092041015625...
[ 11249, 2046, 150624, 111, 88342, 1771, 4153, 116071, 196707, 70, 22460, 329, 13003, 1238, 3742, 12353, 6032, 121979, 77879, 49203, 122232, 144833, 23351, 618, 88996, 63014, 187423, 943, 91616, 60457, 7763, 1098, 135518, 7250, 40777, 6982, 69988...
[ 0.055694580078125, 0.1292724609375, 0.254638671875, 0.039825439453125, 0.1904296875, 0.1201171875, 0.0305328369140625, 0.125, 0.27978515625, 0.041900634765625, 0.1783447265625, 0.0791015625, 0.19140625, 0.0243377685546875, 0.0572509765625, 0.125732421875, 0.004608154296875, 0.06823...
embed
59135700_c0
59135700
fsharp
0
Title: Creating a logging function from Logary/Noop.fs in F# Problem title: Creating a logging function from Logary/Noop.fs in F# Tags: f%23 Problem: Creating a logging function from Logary/Noop.fs in F# I am editing the Noop.fs file from logary/Noop.fs . I am currently trying to add two functions. That is the one to c...
Creating a logging function from Logary/Noop.fs in F# Creating a logging function from Logary/Noop.fs in F# f%23 Logary/Noop.fs unit Creating Logary Noop.fs LHS ACK Log CreateEventSourcingConnection IPEndPoint IPAddress.Loopback EventStoreConnection.Create connection.ConnectAsync AddEventToStreamAsync IEventStoreConnec...
[ -0.01409912109375, 0.0242919921875, -0.001861572265625, -0.01239013671875, 0.0230712890625, -0.011962890625, 0.0194091796875, 0.003936767578125, 0.0093994140625, -0.0269775390625, 0.0252685546875, 0.0218505859375, -0.01275634765625, -0.0029296875, 0.0247802734375, -0.0118408203125, -...
[ 56781, 459, 36659, 32354, 1295, 13146, 6635, 5021, 2146, 5, 17447, 563, 4904, 1238, 3742, 25072, 438, 339, 38131, 20572, 151313, 192134, 8912, 474, 21896, 235603, 152378, 147534, 12620, 36943, 165248, 63784, 94878, 12654, 29117, 7763, 115061, ...
[ 0.12451171875, 0.163330078125, 0.193359375, 0.2086181640625, 0.07586669921875, 0.180419921875, 0.19189453125, 0.152099609375, 0.2476806640625, 0.010498046875, 0.1561279296875, 0.10540771484375, 0.187744140625, 0.042633056640625, 0.1326904296875, 0.09405517578125, 0.1685791015625, 0...
embed
42161504_c0
42161504
fsharp
0
Title: Cycling dependencies between streams in reactive programming Problem title: Cycling dependencies between streams in reactive programming Tags: system.reactive, reactivex, reactive-programming, f%23, c%23 Problem: Cycling dependencies between streams in reactive programming Dabbling in reactive programming, I oft...
Cycling dependencies between streams in reactive programming Cycling dependencies between streams in reactive programming system.reactive reactivex reactive-programming f%23 c%23 Cycling solution1 Subject OnClick Subscribe a.OnNext b.OnNext a.Subscribe SetText b.Subscribe IObservable ReplaySubject bProxy.OnNext solutio...
[ -0.010498046875, 0.0166015625, -0.0035858154296875, -0.005615234375, 0.02099609375, 0.0033111572265625, 0.000377655029296875, 0.01336669921875, 0.01190185546875, -0.015869140625, 0.000858306884765625, 0.0021820068359375, -0.00457763671875, 0.0458984375, 0.005828857421875, 0.00680541992...
[ 151612, 214, 42548, 117538, 17721, 75973, 7, 23, 456, 71232, 56037, 5426, 107, 425, 28966, 1238, 3742, 29806, 94341, 2161, 181671, 134019, 20320, 81280, 876, 19943, 174379, 46471, 65756, 853, 20706, 10752, 50878, 304, 87652, 194583, 65533, 13...
[ 0.24267578125, 0.08929443359375, 0.22802734375, 0.108154296875, 0.1708984375, 0.207763671875, 0.0164642333984375, 0.011474609375, 0.1319580078125, 0.2139892578125, 0.12890625, 0.0843505859375, 0.083984375, 0.0902099609375, 0.115234375, 0.015716552734375, 0.07562255859375, 0.1542968...
embed
13106831_c0
13106831
fsharp
0
Title: F# WebRequest throws WebException (&quot;protocol error&quot;) instead of 404 status code Problem title: F# WebRequest throws WebException (&quot;protocol error&quot;) instead of 404 status code Tags: httpwebrequest, riak, f%23 Problem: F# WebRequest throws WebException ("protocol error") instead of 404 status c...
F# WebRequest throws WebException (&quot;protocol error&quot;) instead of 404 status code F# WebRequest throws WebException (&quot;protocol error&quot;) instead of 404 status code httpwebrequest riak f%23 WebException WebRequest httpMethod:string url:string headers:Header content:Content headers:WebHeaderCollection Dic...
[ -0.0283203125, 0.0311279296875, -0.01025390625, -0.044921875, 0.00885009765625, -0.01263427734375, -0.0247802734375, 0.0025787353515625, -0.00897216796875, 0.01397705078125, 0.009033203125, 0.0159912109375, -0.0033721923828125, -0.01153564453125, 0.033203125, -0.013427734375, 0.00145...
[ 563, 4904, 4002, 4332, 75616, 104250, 19279, 63928, 18606, 31, 8447, 18499, 64457, 1112, 617, 10778, 18151, 1621, 14051, 107, 45832, 1238, 3742, 91693, 25002, 10336, 13025, 10941, 25352, 30474, 147638, 25500, 162429, 43512, 69253, 16840, 62346,...
[ 0.1326904296875, 0.2203369140625, 0.1207275390625, 0.0882568359375, 0.1510009765625, 0.1678466796875, 0.09686279296875, 0.218994140625, 0.09033203125, 0.135986328125, 0.1422119140625, 0.17333984375, 0.1400146484375, 0.158447265625, 0.1546630859375, 0.141357421875, 0.03143310546875, ...
embed
53040349_c0
53040349
fsharp
0
Title: f# unsafe memory mapped file access Problem title: f# unsafe memory mapped file access Tags: pointers, .net, memory-mapped-files, interop, f%23 Problem: f# unsafe memory mapped file access I am playing around with some different methods for accessing a binary file, and one of the methods I am trying to play arou...
f# unsafe memory mapped file access f# unsafe memory mapped file access pointers .net memory-mapped-files interop f%23 System.Reflection.TargetInvocationException System.AccessViolationException memMapRead2 int64 MemoryMappedFile.CreateFromFile FileMode.Open MemoryMappedFileAccess.Read mmf.CreateViewAccessor Array.zero...
[ 0.00225830078125, -0.010498046875, 0.0247802734375, 0.001953125, -0.00933837890625, -0.0020599365234375, -0.0035552978515625, -0.01531982421875, 0.0005035400390625, -0.0361328125, 0.015869140625, 0.00029754638671875, 0.0086669921875, 0.0023345947265625, 0.0235595703125, -0.02197265625,...
[ 1238, 4904, 51, 115840, 98323, 291, 48398, 11435, 17203, 6275, 1314, 5, 1179, 192, 29822, 1940, 2146, 3949, 3742, 12353, 190015, 133, 63031, 4153, 202010, 63928, 39450, 26531, 6609, 31, 7199, 166179, 31345, 304, 13307, 172681, 4613, 174350, ...
[ 0.165771484375, 0.2376708984375, 0.1298828125, 0.24951171875, 0.1671142578125, 0.1888427734375, 0.1448974609375, 0.1639404296875, 0.159423828125, 0.1796875, 0.09375, 0.0150299072265625, 0.1690673828125, 0.1717529296875, 0.158447265625, 0.145751953125, 0.2275390625, 0.03851318359375...
embed
5776916_c0
5776916
fsharp
0
Title: Implementing Actor Model in C# 5 / Async CTP Problem title: Implementing Actor Model in C# 5 / Async CTP Tags: f%23, async-ctp, agent, actor Problem: Implementing Actor Model in C# 5 / Async CTP In an Actor Model, the actors have some sort of message loop where messages are matched using e.g. pattern matching (d...
Implementing Actor Model in C# 5 / Async CTP Implementing Actor Model in C# 5 / Async CTP f%23 async-ctp agent actor Implementing Actor Model Async CTP message_loop receive_message Foo DoStuff Bar DoOtherStuff MyActor Act Base Action actions.Post BufferBlock ActionBlock Implementing Actor Model in C# 5 / Async CTP In a...
[ -0.006378173828125, 0.0224609375, -0.0074462890625, 0.01171875, -0.0125732421875, 0.00189971923828125, 0.007659912109375, 0.016845703125, 0.0059814453125, -0.046630859375, 0.0031890869140625, -0.0030975341796875, 0.01519775390625, 0.020263671875, 0.0235595703125, 0.00830078125, 0.005...
[ 153941, 185617, 13293, 313, 4904, 190, 248, 62, 12654, 238, 23658, 23, 3742, 15390, 254, 23882, 39329, 26008, 28354, 53299, 74157, 9572, 984, 37455, 21493, 3253, 9319, 2646, 284, 18770, 25515, 44978, 57945, 61972, 49411, 667, 18234, 166191, ...
[ 0.1666259765625, 0.273681640625, 0.262939453125, 0.031158447265625, 0.1951904296875, 0.197509765625, 0.004638671875, 0.04071044921875, 0.2060546875, 0.028656005859375, 0.1903076171875, 0.034088134765625, 0.081298828125, 0.02972412109375, 0.1046142578125, 0.1593017578125, 0.2524414062...
embed
39706641_c0
39706641
fsharp
0
Title: Summarize database tables with multiple fields Problem title: Summarize database tables with multiple fields Tags: f%23 Problem: Summarize database tables with multiple fields I'm trying to summarize an SQL table with multiple fields with F# query expressions. The summary hinges on the table being successfully j...
Summarize database tables with multiple fields Summarize database tables with multiple fields f%23 Summarize SQL db.SalesHeader header.ORDERDATE.HasValue header.ORDERDATE.Value System.DateTime.Parse db.SalesDetail header.ORDERNUMBER ToString row.ORDERNUMBER row.QUANTITY row.ORIGINALORDERCOMPANY.Count FS3095 Nullable g....
[ 0.02490234375, -0.004974365234375, -0.00811767578125, 0.020263671875, -0.01275634765625, 0.00164031982421875, 0.00921630859375, 0.007781982421875, 0.022705078125, 0.005462646484375, -0.0194091796875, 0.01171875, -0.004241943359375, -0.007354736328125, -0.01531982421875, 0.0025634765625...
[ 131150, 14096, 13, 63399, 23180, 678, 48716, 44457, 3742, 80866, 40041, 52779, 13025, 38970, 10336, 24638, 18044, 397, 6495, 856, 50770, 12353, 70059, 28636, 46741, 36639, 11893, 717, 71713, 15555, 120572, 22879, 683, 108210, 93774, 8821, 27786...
[ 0.2186279296875, 0.13037109375, 0.01495361328125, 0.1854248046875, 0.2152099609375, 0.090576171875, 0.1966552734375, 0.2227783203125, 0.06005859375, 0.1392822265625, 0.1143798828125, 0.128662109375, 0.082763671875, 0.039031982421875, 0.1165771484375, 0.105712890625, 0.06396484375, ...
embed
49208571_c0
49208571
fsharp
0
Title: Copying empty arrays: difference between Mono and .Net Core Problem title: Copying empty arrays: difference between Mono and .Net Core Tags: arrays, f%23, .net, .net-core, mono Problem: Copying empty arrays: difference between Mono and .Net Core I have some .Net code whose tests were all passing on Mono, but onc...
Copying empty arrays: difference between Mono and .Net Core Copying empty arrays: difference between Mono and .Net Core arrays f%23 .net .net-core mono System.ArrayTypeMismatchException Copying Mono Net Core Array.zeroCreate someStrs.CopyTo net461 Copying empty arrays: difference between Mono and .Net Core I have some ...
[ -0.010986328125, 0.0010223388671875, -0.00104522705078125, 0.032470703125, -0.0137939453125, -0.0206298828125, 0.01348876953125, -0.01007080078125, 0.01611328125, 0.05810546875, 0.00634765625, 0.0067138671875, -0.00738525390625, 0.0184326171875, 0.0025634765625, -0.01422119140625, 0....
[ 146930, 201505, 10298, 4778, 60212, 17721, 77879, 136, 5, 24447, 31365, 3742, 1179, 30854, 22460, 12353, 7614, 7092, 196707, 130777, 98753, 63928, 10086, 69253, 53, 80510, 63784, 71713, 10625, 6493, 7763, 2043, 162044, 18151, 109921, 13028, 403...
[ 0.206298828125, 0.2216796875, 0.1575927734375, 0.130615234375, 0.195068359375, 0.07427978515625, 0.262451171875, 0.0860595703125, 0.037841796875, 0.1663818359375, 0.2437744140625, 0.05609130859375, 0.1468505859375, 0.1649169921875, 0.2093505859375, 0.09619140625, 0.010894775390625, ...
embed
20011012_c0
20011012
fsharp
0
Title: Wrong implementation for unnesting parentheses (in an Expression evaluator) Problem title: Wrong implementation for unnesting parentheses (in an Expression evaluator) Tags: recursion, parsing, f%23, expression, f%23-3.0 Problem: Wrong implementation for unnesting parentheses (in an Expression evaluator) Down bel...
Wrong implementation for unnesting parentheses (in an Expression evaluator) Wrong implementation for unnesting parentheses (in an Expression evaluator) recursion parsing f%23 expression f%23-3.0 Wrong Expression Token unnest2 System.Text.RegularExpressions Digit Open Close Hat Plus Minus Star DivBy Cos Sin Tan Fact Sqr...
[ -0.02685546875, 0.002838134765625, 0.0030364990234375, -0.00140380859375, 0.006011962890625, 0.0189208984375, 0.0230712890625, -0.01214599609375, 0.006988525390625, -0.0164794921875, 0.00787353515625, -0.000492095947265625, 0.00921630859375, -0.02490234375, 0.01263427734375, -0.0023040...
[ 35133, 208124, 51, 1444, 1916, 49129, 35412, 90, 25129, 1830, 151575, 748, 195625, 366, 1238, 3949, 3742, 125195, 167218, 27495, 132265, 717, 1098, 19, 525, 304, 12353, 174379, 54601, 35975, 178752, 51174, 13527, 153335, 17354, 8183, 24169, 4...
[ 0.1795654296875, 0.214599609375, 0.140869140625, 0.1722412109375, 0.138427734375, 0.1776123046875, 0.1983642578125, 0.0777587890625, 0.155029296875, 0.020782470703125, 0.1805419921875, 0.1273193359375, 0.1427001953125, 0.096923828125, 0.06231689453125, 0.00970458984375, 0.17663574218...
embed
37214017_c0
37214017
fsharp
0
Title: F# generic type instanciation from object and not type Problem title: F# generic type instanciation from object and not type Tags: generics, f%23 Problem: F# generic type instanciation from object and not type Let's say we have the following type which does nothing for the moment type Foo<'a,'b> = new () = {} We...
F# generic type instanciation from object and not type F# generic type instanciation from object and not type generics f%23 object Foo First first.GetType System.Type currentState:Int nextState:Int type:string label:string realType:Type currentState:1 nextState:2 realType:Hello currentState:2 nextState:3 realType:Bye a...
[ -0.005523681640625, -0.000347137451171875, -0.00531005859375, 0.002105712890625, 0.003265380859375, 0.000659942626953125, -0.024658203125, 0.0096435546875, -0.000926971435546875, -0.04345703125, -0.01336669921875, -0.0201416015625, 0.00037384033203125, -0.0019073486328125, 0.018310546875...
[ 563, 4904, 189534, 10644, 190316, 1363, 1295, 36746, 136, 959, 1238, 3742, 9572, 31, 23972, 5117, 724, 126, 196707, 12353, 43581, 135206, 11737, 91693, 67967, 2773, 363, 1033, 13817, 86723, 39285, 35378, 3311, 25632, 33720, 3095, 3444, 67, ...
[ 0.1240234375, 0.19091796875, 0.2357177734375, 0.2344970703125, 0.2491455078125, 0.040740966796875, 0.119140625, 0.1905517578125, 0.028411865234375, 0.138916015625, 0.0748291015625, 0.09619140625, 0.1248779296875, 0.0860595703125, 0.1021728515625, 0.1307373046875, 0.055084228515625, ...
embed
73459938_c0
73459938
fsharp
0
Title: How to interactively authenticate to Azure via SDK? Problem title: How to interactively authenticate to Azure via SDK? Tags: f%23-interactive, f%23, azure Problem: How to interactively authenticate to Azure via SDK? I found this Gist: azure-service-bus-in-fsharp-with-fluent-api.fs which originally appeared to be...
How to interactively authenticate to Azure via SDK? How to interactively authenticate to Azure via SDK? f%23-interactive f%23 azure System.MissingMethodException How Azure SDK DefaultAzureCredential Azure.Identity DefaultAzureCredentialOptions ManagedIdentityClientId Guid.NewGuid Binding Users netstandard2.0 Azure.Iden...
[ -0.01251220703125, 0.0030059814453125, 0.01507568359375, 0.01068115234375, 0.021728515625, -0.0244140625, 0.005157470703125, 0.00634765625, -0.0125732421875, -0.007049560546875, -0.00054931640625, 0.006378173828125, -0.00714111328125, -0.0031585693359375, 0.01483154296875, 0.0075988769...
[ 11249, 47, 212398, 538, 195734, 2182, 176071, 1829, 159, 45461, 32, 1238, 27495, 10433, 71232, 3949, 3742, 295, 3408, 12353, 135261, 214, 78572, 7352, 262, 1021, 219534, 2822, 80973, 37379, 39029, 16456, 150, 6955, 22769, 1843, 53400, 2043, ...
[ 0.084228515625, 0.1151123046875, 0.2283935546875, 0.021942138671875, 0.258056640625, 0.169677734375, 0.293212890625, 0.1278076171875, 0.1180419921875, 0.282470703125, 0.003082275390625, 0.066162109375, 0.086181640625, 0.116943359375, 0.0767822265625, 0.016937255859375, 0.085571289062...
embed
32977293_c0
32977293
fsharp
0
Title: Statically resolved type parameter inference errors when overloading Problem title: Statically resolved type parameter inference errors when overloading Tags: f%23 Problem: Statically resolved type parameter inference errors when overloading let inline createSomeType' (someTypeVal : ^T, cond) = match cond with |...
Statically resolved type parameter inference errors when overloading Statically resolved type parameter inference errors when overloading f%23 Statically SomeType Condition FS0064 FS0001 detail.dispatch FS0041 Condition.Int Condition.String TVal Statically resolved type parameter inference errors when overloading I've ...
[ -0.00347900390625, -0.00433349609375, -0.006134033203125, -0.021484375, -0.00531005859375, -0.034912109375, -0.0072021484375, 0.006927490234375, 0.004425048828125, 0.0037384033203125, 0.0244140625, -0.032470703125, 0.01165771484375, -0.018310546875, 0.0244140625, -0.0010833740234375, ...
[ 23888, 103608, 10644, 171859, 53498, 18499, 645, 63033, 1238, 3742, 71407, 31384, 196707, 46347, 93774, 13307, 188735, 22443, 135401, 418, 71713, 1910, 289, 3229, 92450, 121413, 52895, 4331, 25072, 134234, 3688, 34198, 98816, 28282, 142424, 35509...
[ 0.1890869140625, 0.180419921875, 0.2105712890625, 0.184326171875, 0.1629638671875, 0.1796875, 0.114501953125, 0.2017822265625, 0.0241546630859375, 0.082275390625, 0.02410888671875, 0.13037109375, 0.281982421875, 0.189697265625, 0.052825927734375, 0.103759765625, 0.1478271484375, 0....
embed
26373484_c0
26373484
fsharp
0
Title: How do I add a substring to a dictionary if a string starts with a specific string? Problem title: How do I add a substring to a dictionary if a string starts with a specific string? Tags: c%23-to-f%23, f%23 Problem: How do I add a substring to a dictionary if a string starts with a specific string? I'm parsing ...
How do I add a substring to a dictionary if a string starts with a specific string? How do I add a substring to a dictionary if a string starts with a specific string? c%23-to-f%23 f%23 How str.Split Environment.NewLine StringSplitOptions.None string1 string2 match..with System System.IO System.Collections.Generic Some...
[ -0.0091552734375, 0.001922607421875, -0.01104736328125, 0.0067138671875, -0.0213623046875, -0.0164794921875, 0.01202392578125, 0.006622314453125, 0.0155029296875, 0.0233154296875, 0.004486083984375, 0.036376953125, -0.00775146484375, 0.00628662109375, 0.015625, 0.003936767578125, 0.0...
[ 11249, 15190, 1614, 91693, 47, 45, 10763, 6635, 2174, 79315, 4034, 678, 29458, 167218, 27495, 188, 420, 3742, 7704, 4353, 686, 1900, 46568, 93232, 23351, 39029, 418, 304, 14858, 12353, 17780, 55923, 91, 126597, 194583, 96472, 147638, 61669, ...
[ 0.027587890625, 0.169677734375, 0.233642578125, 0.2427978515625, 0.119384765625, 0.0377197265625, 0.1314697265625, 0.1173095703125, 0.08837890625, 0.197265625, 0.1259765625, 0.10186767578125, 0.1605224609375, 0.030548095703125, 0.132080078125, 0.1712646484375, 0.05377197265625, 0.0...
embed
50706730_c0
50706730
fsharp
0
Title: How can I declare a function in F# that can be invoked via WebJob&#x27;s JobHost.CallAsync? Problem title: How can I declare a function in F# that can be invoked via WebJob&#x27;s JobHost.CallAsync? Tags: reflection, f%23, azure-webjobs, .net Problem: How can I declare a function in F# that can be invoked via We...
How can I declare a function in F# that can be invoked via WebJob&#x27;s JobHost.CallAsync? How can I declare a function in F# that can be invoked via WebJob&#x27;s JobHost.CallAsync? reflection f%23 azure-webjobs .net System.InvalidOperationException Microsoft.Azure.WebJobs Microsoft.Azure.WebJobs.Host Azure How WebJo...
[ -0.00567626953125, 0.01263427734375, 0.00836181640625, -0.005615234375, -0.01116943359375, 0.0050048828125, -0.00171661376953125, -0.03857421875, -0.0003528594970703125, -0.0147705078125, -0.0150146484375, 0.0035400390625, -0.017822265625, 0.0098876953125, 0.027587890625, 0.01251220703...
[ 11249, 831, 159978, 32354, 563, 4904, 23, 23253, 1829, 4002, 194802, 3768, 32664, 11193, 271, 441, 5584, 12654, 238, 44961, 1830, 1238, 3742, 295, 3408, 14051, 36791, 1179, 12353, 7013, 156823, 7244, 219534, 30474, 176071, 7663, 438, 38115, ...
[ 0.03961181640625, 0.050445556640625, 0.258544921875, 0.2186279296875, 0.10693359375, 0.2183837890625, 0.06402587890625, 0.1617431640625, 0.050018310546875, 0.0994873046875, 0.238525390625, 0.04840087890625, 0.1182861328125, 0.1273193359375, 0.04376220703125, 0.011627197265625, 0.0935...
embed
24218051_c0
24218051
fsharp
0
Title: How to make a function to return really different types in fsharp? Problem title: How to make a function to return really different types in fsharp? Tags: f%23, overloading, return-type, types Problem: How to make a function to return really different types in fsharp? Assume that there is a third-party library w...
How to make a function to return really different types in fsharp? How to make a function to return really different types in fsharp? f%23 overloading return-type types How FirstType FirstType.DoWork x.toString SecondType SecondType.DoWork ThirdType ThirdType.DoWork x.Length result1 result2 result3 Ops x:FirstType x:Se...
[ -0.01519775390625, -0.00323486328125, -0.0159912109375, -0.01483154296875, -0.0174560546875, 0.004364013671875, -0.0223388671875, -0.00872802734375, 0.006011962890625, -0.0084228515625, -0.004730224609375, -0.000904083251953125, 0.0026092529296875, -0.01708984375, 0.01434326171875, -0....
[ 11249, 3249, 32354, 47, 30646, 6183, 12921, 52895, 23, 1238, 89280, 254, 3949, 3742, 645, 63033, 50986, 23972, 196707, 8331, 108259, 1022, 188, 71713, 77648, 198387, 449, 16750, 363, 2331, 207263, 117177, 50960, 71983, 35773, 59121, 93774, 34...
[ 0.06439208984375, 0.107421875, 0.1962890625, 0.05279541015625, 0.1905517578125, 0.1405029296875, 0.203125, 0.2332763671875, 0.03472900390625, 0.099365234375, 0.185302734375, 0.1534423828125, 0.00341796875, 0.13232421875, 0.073486328125, 0.152587890625, 0.2030029296875, 0.1029052734...
embed
48609553_c1
48609553
fsharp
1
behaviour I simply want to select some data, update it or delete it. This is all the code.... open System open FSharp.Data.Sql [<Literal>] let ConnectionString = "Data Source=(localdb)\ProjectsV13;Initial Catalog=suavemusicstore;Integrated Security=SSPI;Connect Timeout=30;Encrypt=False;TrustServerCertificate=True;Appl...
behaviour I simply want to select some data, update it or delete it. This is all the code.... open System open FSharp.Data.Sql [<Literal>] let ConnectionString = "Data Source=(localdb)\ProjectsV13;Initial Catalog=suavemusicstore;Integrated Security=SSPI;Connect Timeout=30;Encrypt=False;TrustServerCertificate=True;Appl...
[ -0.00131988525390625, 0.042724609375, 0.0235595703125, 0.013916015625, -0.01068115234375, -0.0038909912109375, -0.0068359375, -0.0147705078125, -0.0081787109375, -0.0242919921875, -0.00089263916015625, 0.019287109375, 0.006103515625, -0.0184326171875, 0.0135498046875, 0.00811767578125,...
[ 224833, 87, 42856, 3444, 36849, 2053, 28350, 707, 154109, 442, 756, 18151, 9803, 12353, 93774, 3467, 254, 137989, 5, 99247, 720, 62448, 1830, 71713, 77641, 98908, 48073, 223353, 856, 2681, 1890, 150917, 37316, 272, 94922, 45804, 67, 48748, ...
[ 0.212646484375, 0.029327392578125, 0.101806640625, 0.1409912109375, 0.20361328125, 0.171630859375, 0.172119140625, 0.031524658203125, 0.1949462890625, 0.009735107421875, 0.0305633544921875, 0.169189453125, 0.09326171875, 0.1190185546875, 0.0687255859375, 0.1583251953125, 0.1815185546...
embed
49956854_c0
49956854
fsharp
0
Title: Convert Railway oriented failure track to Rx friendly errors Problem title: Convert Railway oriented failure track to Rx friendly errors Tags: system.reactive, monads, monad-transformers, functional-programming, f%23 Problem: Convert Railway oriented failure track to Rx friendly errors I'm using a library that t...
Convert Railway oriented failure track to Rx friendly errors Convert Railway oriented failure track to Rx friendly errors system.reactive monads monad-transformers functional-programming f%23 Convert Railway Observable.map Rop.Result IObservable Messages FSharp.Control.Reactive Person FirstName:string LastName:string O...
[ -0.006256103515625, 0.0289306640625, -0.00885009765625, -0.0038604736328125, 0.006500244140625, -0.003936767578125, -0.005615234375, 0.0096435546875, 0.0050048828125, -0.0294189453125, 0.01318359375, -0.005584716796875, 0.00092315673828125, 0.021728515625, -0.00396728515625, 0.00128173...
[ 1657, 11549, 85736, 7514, 23509, 137578, 28560, 47, 627, 425, 101786, 18499, 5426, 107, 71232, 2667, 712, 215175, 1314, 123309, 28966, 3949, 3742, 87652, 2661, 62346, 2777, 254, 7, 7136, 87, 46471, 65756, 48205, 3467, 175904, 4332, 15270, 2...
[ 0.06982421875, 0.1776123046875, 0.15771484375, 0.13232421875, 0.222412109375, 0.2474365234375, 0.2188720703125, 0.06964111328125, 0.088134765625, 0.152587890625, 0.19873046875, 0.22900390625, 0.1131591796875, 0.053741455078125, 0.19873046875, 0.06982421875, 0.0938720703125, 0.17687...
embed
67045245_c0
67045245
fsharp
0
Title: Refactoring F# while-do &quot;mutable&quot; code into functional &quot;immutable&quot; code Problem title: Refactoring F# while-do &quot;mutable&quot; code into functional &quot;immutable&quot; code Tags: f%23, functional-programming Problem: Refactoring F# while-do "mutable" code into functional "immutable" cod...
Refactoring F# while-do &quot;mutable&quot; code into functional &quot;immutable&quot; code Refactoring F# while-do &quot;mutable&quot; code into functional &quot;immutable&quot; code f%23 functional-programming Refactoring Type Console.ReadLine lowLimit1 highLimit1 Seq.initInfinite Seq.takeWhile Seq.iter Refactoring F...
[ 0.00543212890625, 0.0004825592041015625, -0.0032196044921875, 0.0015869140625, 0.0004749298095703125, 0.0028533935546875, 0.0164794921875, -0.000911712646484375, 0.022705078125, -0.0037078857421875, 0.0185546875, 0.03857421875, -0.022216796875, 0.02587890625, 0.0177001953125, 0.0143432...
[ 853, 144810, 563, 4904, 12960, 246, 561, 22819, 18151, 3934, 123309, 74, 1238, 3742, 28966, 60457, 40777, 31345, 93232, 27226, 6836, 11192, 503, 864, 48310, 78219, 979, 133, 16840, 464, 31577, 456, 434, 18781, 8781, 130250, 4027, 145755, 46...
[ 0.1199951171875, 0.2423095703125, 0.141357421875, 0.233642578125, 0.18408203125, 0.1202392578125, 0.1448974609375, 0.16796875, 0.1622314453125, 0.0955810546875, 0.1861572265625, 0.000274658203125, 0.049957275390625, 0.0787353515625, 0.035186767578125, 0.112060546875, 0.1201171875, ...
embed
13666995_c0
13666995
fsharp
0
Title: Going from Observable to Enumerable/Value without Blocking Problem title: Going from Observable to Enumerable/Value without Blocking Tags: f%23, system.reactive Problem: Going from Observable to Enumerable/Value without Blocking I'm having some blocking problems. I am trying to go from push to pull. i.e. I would...
Going from Observable to Enumerable/Value without Blocking Going from Observable to Enumerable/Value without Blocking f%23 system.reactive Observable Going Enumerable Value Blocking HistoryBar Open High Low Close Time DateTime Volume RequestId Index Total client.HistoricalData Observable.map args.Open args.High args.Lo...
[ 0.003082275390625, 0.054931640625, 0.015625, 0.003997802734375, -0.0030364990234375, 0.013671875, -0.0036468505859375, 0.0111083984375, 0.00543212890625, -0.02734375, 0.015625, -0.0218505859375, 0.0194091796875, -0.006195068359375, -0.0140380859375, -0.00164794921875, 0.010498046875,...
[ 2016, 1295, 87652, 2661, 47, 357, 316, 56, 2886, 64, 856, 50770, 15490, 80231, 214, 1238, 3949, 3742, 5426, 107, 71232, 190060, 65786, 25267, 13527, 19694, 61187, 153335, 19055, 25512, 70059, 98872, 75616, 31471, 33867, 23282, 174131, 6827, ...
[ 0.1024169921875, 0.1234130859375, 0.2498779296875, 0.224853515625, 0.112060546875, 0.0638427734375, 0.2037353515625, 0.148193359375, 0.1719970703125, 0.00531005859375, 0.123779296875, 0.16064453125, 0.1353759765625, 0.2213134765625, 0.06488037109375, 0.01776123046875, 0.0286712646484...
embed
56945776_c0
56945776
fsharp
0
Title: How to blit from a 1D array along a dimension of a 2D array? Problem title: How to blit from a 1D array along a dimension of a 2D array? Tags: arrays, f%23 Problem: How to blit from a 1D array along a dimension of a 2D array? I have a 2D array, and have computed necessary updates along a given dimension of it us...
How to blit from a 1D array along a dimension of a 2D array? How to blit from a 1D array along a dimension of a 2D array? arrays f%23 a How Array.blit Array2D.blit Array.zeroCreate Array2D.zeroCreate How to blit from a 1D array along a dimension of a 2D array? I have a 2D array, and have computed necessary updates alon...
[ 0.0033721923828125, -0.0027923583984375, 0.0062255859375, -0.00164794921875, -0.01300048828125, -0.01373291015625, -0.01068115234375, -0.00244140625, -0.00121307373046875, 0.02392578125, 0.01318359375, 0.01300048828125, -0.01153564453125, -0.0198974609375, 0.00567626953125, -0.02832031...
[ 11249, 47, 2348, 18, 1295, 106, 397, 10298, 53, 33233, 91403, 116, 4778, 3742, 69253, 7121, 304, 80510, 63784, 7077, 63559, 114419, 34475, 831, 3687, 74481, 416, 142424, 44841, 14432, 3444, 43658, 3934, 162520, 28756, 21896, 136, 51515, 125...
[ 0.0684814453125, 0.021636962890625, 0.20458984375, 0.2027587890625, 0.1285400390625, 0.1063232421875, 0.116455078125, 0.163818359375, 0.07958984375, 0.115234375, 0.1539306640625, 0.132568359375, 0.04449462890625, 0.08154296875, 0.1092529296875, 0.13525390625, 0.06378173828125, 0.05...
embed
63746816_c0
63746816
fsharp
0
Title: Can I do two sums in parallel with collection functions, in F#, or generally, optimize the whole thing Problem title: Can I do two sums in parallel with collection functions, in F#, or generally, optimize the whole thing Tags: collections, f%23, performance Problem: Can I do two sums in parallel with collection ...
Can I do two sums in parallel with collection functions, in F#, or generally, optimize the whole thing Can I do two sums in parallel with collection functions, in F#, or generally, optimize the whole thing collections f%23 performance Can Queue volumeQueue.Enqueue volumeQueue.Count volumeQueue.TryDequeue Seq.skip Seq.f...
[ 0.00086212158203125, 0.02294921875, 0.01507568359375, -0.0081787109375, -0.029296875, 0.004119873046875, -0.009033203125, -0.007080078125, 0.01434326171875, -0.0322265625, 0.0196533203125, 0.048095703125, 0.032470703125, -0.02294921875, -0.0018310546875, 0.00677490234375, -0.00494384...
[ 4171, 54, 6626, 10554, 7, 23, 95103, 678, 42486, 32354, 563, 4904, 137567, 15572, 20650, 28271, 13580, 1238, 3742, 23718, 5813, 13388, 21950, 41732, 7768, 944, 108210, 1294, 864, 44024, 120337, 11832, 503, 75358, 18151, 11675, 188347, 140909,...
[ 0.0726318359375, 0.057708740234375, 0.2020263671875, 0.240234375, 0.102294921875, 0.014007568359375, 0.25146484375, 0.08837890625, 0.227783203125, 0.174072265625, 0.10357666015625, 0.1749267578125, 0.01300048828125, 0.126708984375, 0.035858154296875, 0.0777587890625, 0.0760498046875,...
embed
39875837_c0
39875837
fsharp
0
Title: F# - Sanity Checks and Options Problem title: F# - Sanity Checks and Options Tags: f%23 Problem: F# - Sanity Checks and Options I'm pretty new to F# so it's hard for me to change my mindset after many years of C#/Java OOP. I have an event handler MyForm.SelectFile(filePath:String) that opens a dialog and let you...
F# - Sanity Checks and Options F# - Sanity Checks and Options f%23 Sanity Checks Options MyForm.SelectFile filePath:String Parser.LoadFile LoadFile ZipFile.IsZipFile ZipFile zipFile.Count Seq.exists x.FileName Parser.Parse x.OpenReader Parser zipFile:ZipFile Seq.forall None Parser.isValidZipFile Some zipEntry.OpenReade...
[ 0.004058837890625, 0.011474609375, 0.0091552734375, 0.032958984375, -0.021240234375, -0.002227783203125, -0.009033203125, -0.00408935546875, 0.01025390625, 0.00360107421875, 0.01068115234375, 0.01300048828125, -0.00015735626220703125, 0.00347900390625, 0.0040283203125, 0.0216064453125,...
[ 563, 4904, 1735, 2481, 38679, 136, 152448, 1238, 3742, 2646, 102973, 100184, 174350, 11435, 10519, 71713, 2392, 2189, 15363, 2091, 162150, 29598, 1511, 3442, 68330, 108210, 864, 54376, 28636, 103264, 31345, 503, 438, 164, 42272, 28875, 3525, ...
[ 0.122802734375, 0.2344970703125, 0.185791015625, 0.106201171875, 0.2373046875, 0.03662109375, 0.2548828125, 0.018890380859375, 0.09442138671875, 0.055419921875, 0.1998291015625, 0.107177734375, 0.19287109375, 0.1566162109375, 0.1439208984375, 0.0712890625, 0.09466552734375, 0.11901...
embed
11106737_c0
11106737
fsharp
0
Title: f# return a partial function from a function Problem title: f# return a partial function from a function Tags: f%23 Problem: f# return a partial function from a function While it is trivial to pass a partial function into another function, how can I return partial functions of varying signatures from a function?...
f# return a partial function from a function f# return a partial function from a function f%23 a InitData initData:string initData.ToLower InitData.arrayIntAsc InitData.seqIntAsc InitData.listIntAsc RangeInt32 System.Collections.Generic.IEnumerable System.Object f# return a partial function from a function While it is ...
[ 0.010009765625, -0.003021240234375, 0.0033721923828125, -0.006011962890625, -0.0003452301025390625, -0.032958984375, 0.006866455078125, -0.031494140625, 0.0014801025390625, 0.00244140625, -0.00994873046875, 0.00127410888671875, -0.007598876953125, -0.00150299072265625, 0.0218505859375, ...
[ 1238, 4904, 30646, 2878, 289, 32354, 1295, 3949, 3742, 360, 217, 137989, 23, 91693, 7763, 15363, 6488, 4153, 10382, 6562, 142462, 6460, 12353, 78457, 8996, 135932, 20441, 2606, 75161, 686, 27875, 3934, 15700, 3642, 831, 285, 38543, 138256, ...
[ 0.123291015625, 0.200927734375, 0.212158203125, 0.2198486328125, 0.1162109375, 0.22119140625, 0.159423828125, 0.008270263671875, 0.1025390625, 0.051544189453125, 0.1077880859375, 0.1351318359375, 0.058746337890625, 0.09136962890625, 0.07904052734375, 0.0919189453125, 0.1510009765625,...
embed
49746489_c0
49746489
fsharp
0
Title: How to deserialize XML elements with variable number of children? Problem title: How to deserialize XML elements with variable number of children? Tags: c%23-to-f%23, xml, xml-parsing, f%23 Problem: How to deserialize XML elements with variable number of children? Minimal-ish example of the XML being deserialize...
How to deserialize XML elements with variable number of children? How to deserialize XML elements with variable number of children? c%23-to-f%23 xml xml-parsing f%23 How XML newyorker.xml utf-8 Root Periodical issues_per_year Title Yorker Website newyorker.com Edition Contributor Junot Diaz Louisa Thomas Max More David...
[ 0.0172119140625, 0.0223388671875, -0.014404296875, -0.01312255859375, 0.0001201629638671875, 0.0164794921875, -0.04150390625, -0.00701904296875, 0.01055908203125, -0.00019359588623046875, -0.0027313232421875, -0.00799560546875, 0.0024566650390625, 0.0091552734375, 0.0093994140625, -0.0...
[ 11249, 47, 224, 25435, 119066, 92537, 80854, 678, 77336, 14012, 20020, 501, 27495, 188, 420, 3742, 131492, 2500, 6953, 1238, 3525, 13437, 1728, 17376, 150948, 92329, 21533, 37348, 1264, 46799, 48962, 5753, 56, 14737, 277, 44965, 111809, 25708...
[ 0.083984375, 0.0277099609375, 0.16943359375, 0.208740234375, 0.14453125, 0.27734375, 0.178466796875, 0.0950927734375, 0.21533203125, 0.09954833984375, 0.2066650390625, 0.00494384765625, 0.061553955078125, 0.0718994140625, 0.027435302734375, 0.060882568359375, 0.2459716796875, 0.079...
embed
29638978_c0
29638978
fsharp
0
Title: F# Akka.NET agents performance optimization when synchronizing Problem title: F# Akka.NET agents performance optimization when synchronizing Tags: akka.net, f%23, mailboxprocessor, optimization, performance Problem: F# Akka.NET agents performance optimization when synchronizing I am trying to solve the following...
F# Akka.NET agents performance optimization when synchronizing F# Akka.NET agents performance optimization when synchronizing akka.net f%23 mailboxprocessor optimization performance Akka.NET Greet Hello AsyncReplyChannel Hello2 EntryPoint System.create MySystem Configuration.load mailbox.Receive mailbox.Sender sender.T...
[ -0.00543212890625, 0.036865234375, -0.0034027099609375, -0.006744384765625, -0.01068115234375, -0.0245361328125, -0.01324462890625, 0.020263671875, 0.005706787109375, -0.026123046875, 0.0205078125, 0.032470703125, 0.01239013671875, -0.01318359375, 0.01953125, 0.00982666015625, 0.0073...
[ 563, 4904, 62, 5515, 17777, 97957, 23718, 87235, 3229, 200470, 84382, 81866, 1179, 1238, 3949, 3742, 6648, 11728, 63923, 748, 10255, 126, 35378, 12654, 62479, 127008, 304, 15123, 147534, 12353, 7612, 2646, 84293, 59994, 63033, 23894, 25919, 2...
[ 0.093017578125, 0.151611328125, 0.092529296875, 0.2333984375, 0.1614990234375, 0.230712890625, 0.1893310546875, 0.2060546875, 0.013458251953125, 0.2449951171875, 0.1392822265625, 0.2281494140625, 0.1173095703125, 0.049041748046875, 0.005950927734375, 0.1175537109375, 0.03961181640625...
embed
24077329_c0
24077329
fsharp
0
Title: Can the F# compiler use currying to separate code paths based on type? Problem title: Can the F# compiler use currying to separate code paths based on type? Tags: currying, compiler-optimization, branch-prediction, discriminated-union, f%23 Problem: Can the F# compiler use currying to separate code paths based o...
Can the F# compiler use currying to separate code paths based on type? Can the F# compiler use currying to separate code paths based on type? currying compiler-optimization branch-prediction discriminated-union f%23 Can Choice Halve Double Choice.Halve Choice.Double EntryPoint IL_0001 ldarg.0 IL_0002 int32 Program Choi...
[ 0.007659912109375, -0.0045166015625, 0.0022735595703125, -0.01324462890625, -0.0137939453125, -0.00445556640625, 0.00592041015625, -0.0179443359375, 0.01318359375, -0.007049560546875, -0.005279541015625, 0.00154876708984375, -0.00897216796875, -0.01446533203125, 0.007171630859375, -0.0...
[ 4171, 563, 4904, 9969, 34759, 4527, 198555, 214, 47, 84797, 18151, 60875, 35509, 98, 10644, 100433, 32845, 206, 19714, 14, 55970, 3674, 87046, 1238, 3742, 181948, 4772, 272, 107172, 106670, 8331, 34, 2661, 357, 15123, 147534, 30219, 188735, ...
[ 0.0841064453125, 0.128173828125, 0.2183837890625, 0.1751708984375, 0.162109375, 0.0975341796875, 0.258056640625, 0.1900634765625, 0.003814697265625, 0.203857421875, 0.1788330078125, 0.1778564453125, 0.10009765625, 0.017547607421875, 0.224853515625, 0.1197509765625, 0.1328125, 0.075...
embed
58402847_c0
58402847
fsharp
0
Title: Controller not being discovered in asp.net core F# Problem title: Controller not being discovered in asp.net core F# Tags: f%23, asp.net-core Problem: Controller not being discovered in asp.net core F# I am trying to setup a unit test in F# with asp.net core. with the code below. but the code to the server fails...
Controller not being discovered in asp.net core F# Controller not being discovered in asp.net core F# f%23 asp.net-core Controller asp.net Tests System Xunit Microsoft.AspNetCore.Builder Microsoft.AspNetCore.Hosting Microsoft.AspNetCore.Mvc Microsoft.Extensions.DependencyInjection Startup __.ConfigureServices IServiceC...
[ -0.0262451171875, 0.0032196044921875, -0.010498046875, 0.00250244140625, 0.0020294189453125, -0.024169921875, 0.0023040771484375, -0.0218505859375, 0.0036468505859375, -0.0038299560546875, -0.000774383544921875, 0.00830078125, -0.00799560546875, 0.0086669921875, 0.0419921875, 0.0189208...
[ 27131, 603, 959, 8035, 134053, 23, 237, 254, 1179, 56458, 563, 4904, 1238, 3742, 30854, 8647, 12353, 19032, 6773, 7244, 7008, 24447, 50886, 121137, 66357, 128872, 26885, 1559, 153076, 59994, 121979, 11374, 4028, 10974, 15612, 1900, 4027, 1060...
[ 0.22119140625, 0.1728515625, 0.1148681640625, 0.0614013671875, 0.18359375, 0.0377197265625, 0.050048828125, 0.1229248046875, 0.1365966796875, 0.1348876953125, 0.0987548828125, 0.168701171875, 0.047271728515625, 0.08392333984375, 0.1346435546875, 0.1263427734375, 0.047607421875, 0.0...
embed
67649641_c0
67649641
fsharp
0
Title: How do I add action for the homecontroller in f# mvc application Problem title: How do I add action for the homecontroller in f# mvc application Tags: asp.net-core, f%23, asp.net, asp.net-mvc Problem: How do I add action for the homecontroller in f# mvc application I'm trying to get started on doing f# mvc proje...
How do I add action for the homecontroller in f# mvc application How do I add action for the homecontroller in f# mvc application asp.net-core f%23 asp.net asp.net-mvc How Microsoft.DotNet.Web.ProjectTemplates.5.0::5.0.6 startup.fs env.IsDevelopment app.UseDeveloperExceptionPage app.UseExceptionHandler Home Error HSTS ...
[ -0.04345703125, 0.002685546875, -0.006561279296875, -0.00537109375, 0.007049560546875, 0.0111083984375, -0.007415771484375, 0.00927734375, 0.0027618408203125, -0.03369140625, 0.0113525390625, -0.0291748046875, -0.00665283203125, 0.0030059814453125, 0.0294189453125, -0.0036468505859375,...
[ 11249, 15190, 22631, 100, 5368, 81988, 603, 1238, 4904, 347, 66357, 38415, 87, 23, 237, 254, 1179, 30854, 3742, 7244, 8331, 24447, 30474, 223353, 159065, 19309, 187461, 758, 122887, 73882, 17447, 334, 29598, 2601, 4027, 1062, 147101, 63928, ...
[ 0.052215576171875, 0.1634521484375, 0.229736328125, 0.037445068359375, 0.1494140625, 0.220458984375, 0.1492919921875, 0.1116943359375, 0.181640625, 0.054931640625, 0.17578125, 0.1226806640625, 0.033721923828125, 0.011932373046875, 0.046875, 0.076171875, 0.0714111328125, 0.106933593...
embed
41561826_c0
41561826
fsharp
0
Title: F# FSharp.Data.SqlClient not recognizing multiple return tables from Stored Procedure Problem title: F# FSharp.Data.SqlClient not recognizing multiple return tables from Stored Procedure Tags: stored-procedures, f%23-data, f%23, sql-server Problem: F# FSharp.Data.SqlClient not recognizing multiple return tables ...
F# FSharp.Data.SqlClient not recognizing multiple return tables from Stored Procedure F# FSharp.Data.SqlClient not recognizing multiple return tables from Stored Procedure stored-procedures f%23-data f%23 sql-server Stored Item Customer System.Data System.Data.SqlClient LINQ FSharp.Data.SqlClient Procedure cmd.Execute ...
[ 0.00946044921875, 0.0035247802734375, -0.0159912109375, 0.025634765625, -0.002105712890625, 0.0235595703125, -0.0155029296875, -0.0281982421875, 0.00885009765625, -0.0419921875, 0.004302978515625, 0.0166015625, 0.0029754638671875, 0.002838134765625, 0.00848388671875, -0.000249862670898...
[ 563, 4904, 93774, 3467, 254, 137989, 99247, 150, 2517, 959, 75530, 19, 48716, 30646, 23180, 14934, 71, 170470, 1295, 4343, 232578, 1238, 10135, 3742, 39642, 78426, 124765, 12353, 46610, 211603, 75536, 2606, 7146, 163612, 135730, 140261, 14, 1...
[ 0.07965087890625, 0.1475830078125, 0.0770263671875, 0.177978515625, 0.1956787109375, 0.104736328125, 0.1240234375, 0.153076171875, 0.02349853515625, 0.05535888671875, 0.091064453125, 0.0799560546875, 0.1929931640625, 0.216064453125, 0.20166015625, 0.15185546875, 0.0750732421875, 0....
embed
27744533_c0
27744533
fsharp
0
Title: Restart MailboxProcessor after failure? Problem title: Restart MailboxProcessor after failure? Tags: mailboxprocessor, asynchronous, f%23 Problem: Restart MailboxProcessor after failure? I'm trying to get started working with agents in F# via the MailboxProcessor<'Msg> class, and I quickly realized I had no prop...
Restart MailboxProcessor after failure? Restart MailboxProcessor after failure? mailboxprocessor asynchronous f%23 InvalidOperationException Restart MailboxProcessor Msg AgentResponse HandledData InvalidData PostAndReply AsyncReplyChannel inbox.Receive Unknown replyChannel.Reply agent.Start agent.PostAndReply Test agen...
[ -0.002777099609375, 0.039794921875, 0.00787353515625, 0.0167236328125, 0.010986328125, -0.0010986328125, 0.0140380859375, -0.0010223388671875, 0.002838134765625, -0.0208740234375, 0.003662109375, 0.03662109375, -0.00909423828125, 0.003387451171875, 0.03466796875, 0.01068115234375, 0....
[ 853, 17137, 25919, 11728, 10752, 26531, 748, 7103, 137578, 6648, 63923, 12654, 101966, 1238, 3949, 3742, 7013, 156823, 19279, 63928, 70802, 54603, 94399, 10639, 137989, 2795, 37839, 62479, 127008, 69723, 75836, 23882, 126597, 49411, 8647, 9790, ...
[ 0.1002197265625, 0.2191162109375, 0.110107421875, 0.208984375, 0.055328369140625, 0.14453125, 0.121826171875, 0.1141357421875, 0.218017578125, 0.0533447265625, 0.1312255859375, 0.10235595703125, 0.079345703125, 0.0251007080078125, 0.0148468017578125, 0.10791015625, 0.122314453125, ...
embed
6742747_c0
6742747
fsharp
0
Title: F#: Class with no default constructor as type parameter? Problem title: F#: Class with no default constructor as type parameter? Tags: f%23 Problem: F#: Class with no default constructor as type parameter? I have a FileReader class whose job is to read and process text files using a StreamReader . To facilitate ...
F#: Class with no default constructor as type parameter? F#: Class with no default constructor as type parameter? f%23 FileReader StreamReader FakeReader OutOfMemory Reader this.Read sr.EndOfStream sr.ReadLine EndOfStream ReadLine Dispose Calls this.ReadLine this.EndOfStream this.Dispose ReaderType Fake F#: Class with ...
[ -0.00174713134765625, 0.01519775390625, 0.0078125, -0.03173828125, 0.01202392578125, -0.0294189453125, 0.002532958984375, -0.01068115234375, -0.01611328125, 0.005828857421875, 0.01116943359375, -0.00482177734375, 0.003936767578125, -0.00726318359375, 0.01104736328125, -0.021240234375, ...
[ 563, 4904, 35014, 678, 110, 114977, 64549, 748, 10644, 171859, 237, 1238, 3742, 42724, 31345, 56, 115061, 3036, 350, 13538, 132887, 4514, 122636, 903, 152378, 93232, 18878, 4764, 70958, 26265, 44456, 78381, 196707, 12, 18507, 12447, 12301, 79...
[ 0.110107421875, 0.198974609375, 0.2034912109375, 0.055694580078125, 0.1259765625, 0.2281494140625, 0.1619873046875, 0.1085205078125, 0.2034912109375, 0.197998046875, 0.03643798828125, 0.03009033203125, 0.0733642578125, 0.1707763671875, 0.2330322265625, 0.1517333984375, 0.176147460937...
embed
40966435_c0
40966435
fsharp
0
Title: How to avoid receiving events from the Process class in the wrong order? Problem title: How to avoid receiving events from the Process class in the wrong order? Tags: process, race-condition, f%23, .net Problem: How to avoid receiving events from the Process class in the wrong order? Let's say I want to write a ...
How to avoid receiving events from the Process class in the wrong order? How to avoid receiving events from the Process class in the wrong order? process race-condition f%23 .net startInfo.RedirectStandardError Console.Error the How Process Compiler Open Source Edition Freely Apache License someLib.fs FS0001 Type Expec...
[ -0.002532958984375, -0.004608154296875, -0.000514984130859375, -0.0203857421875, -0.0263671875, -0.0054931640625, 0.0120849609375, -0.0157470703125, -0.00150299072265625, -0.010498046875, -0.00640869140625, 0.03173828125, 0.014404296875, 0.0184326171875, 0.005157470703125, 0.0007591247...
[ 11249, 71864, 217063, 47353, 1295, 123996, 18507, 44691, 12989, 32, 23, 9433, 45712, 126940, 1238, 3949, 3742, 1179, 4034, 93147, 80581, 191769, 18468, 31611, 40777, 15612, 34759, 13527, 77641, 44965, 5153, 9795, 64779, 3060, 104820, 17447, 937...
[ 0.122314453125, 0.2275390625, 0.166259765625, 0.188232421875, 0.07061767578125, 0.2330322265625, 0.2042236328125, 0.1510009765625, 0.1942138671875, 0.006103515625, 0.034027099609375, 0.169921875, 0.2218017578125, 0.2039794921875, 0.011322021484375, 0.0299224853515625, 0.0919189453125...
embed
55446497_c0
55446497
fsharp
0
Title: F# Railway Programming is this initialization can be improved? Problem title: F# Railway Programming is this initialization can be improved? Tags: f%23 Problem: F# Railway Programming is this initialization can be improved? I'm learning F# and I wonder if this method implementation which initializes first N elem...
F# Railway Programming is this initialization can be improved? F# Railway Programming is this initialization can be improved? f%23 Railway Programming RopWithUndo.Result arr.GetLength rwu.Failure Count rwu.successNoUndo rwu.either Some RopWithUndo Undo Result Success Failure List.rev List.iter undoList1 undoList2 Eithe...
[ -0.00872802734375, 0.01300048828125, 0.004058837890625, 0.0000553131103515625, -0.0022125244140625, -0.01165771484375, 0.0032196044921875, -0.0133056640625, 0.0128173828125, 0.0191650390625, -0.0081787109375, -0.0015106201171875, -0.00014591217041015625, 0.022705078125, 0.00634765625, ...
[ 563, 4904, 85736, 7514, 27958, 214, 83, 903, 61475, 47691, 831, 186, 52295, 71, 1238, 3949, 3742, 2777, 254, 194583, 1062, 557, 7, 7136, 42, 126, 449, 16612, 17647, 379, 108210, 226534, 5021, 5533, 31, 126684, 144053, 190355, 32036, 65381...
[ 0.1331787109375, 0.2080078125, 0.138671875, 0.1307373046875, 0.1680908203125, 0.056427001953125, 0.046661376953125, 0.109619140625, 0.19970703125, 0.1124267578125, 0.084228515625, 0.034332275390625, 0.208251953125, 0.08636474609375, 0.0921630859375, 0.0167999267578125, 0.13037109375,...
embed
70886932_c0
70886932
fsharp
0
Title: Implementing an interface with a generic parameter on a F# record Problem title: Implementing an interface with a generic parameter on a F# record Tags: .net, c%23, logging, f%23 Problem: Implementing an interface with a generic parameter on a F# record I'm trying to implement the an Microsoft.Extensions.Logging...
Implementing an interface with a generic parameter on a F# record Implementing an interface with a generic parameter on a F# record .net c%23 logging f%23 System Implementing Microsoft.Extensions.Logging ILogger Log TState LogLevel EventId Exception Func IsEnabled IDisposable BeginScope ILoggerRcd this.BeginScope this....
[ -0.0257568359375, 0.007354736328125, -0.005859375, -0.0159912109375, 0.01080322265625, -0.000873565673828125, -0.0234375, 0.005645751953125, -0.01373291015625, -0.01019287109375, 0.01373291015625, 0.000690460205078125, -0.01416015625, -0.01312255859375, 0.0123291015625, -0.010070800781...
[ 153941, 101758, 678, 189534, 171859, 563, 4904, 17164, 1179, 3742, 459, 36659, 1238, 12353, 7244, 19279, 128872, 15363, 87, 113972, 1505, 13146, 19888, 2601, 36943, 63928, 28670, 7768, 2886, 164, 7522, 121427, 61278, 61122, 71574, 6820, 903, ...
[ 0.20556640625, 0.2626953125, 0.06402587890625, 0.25830078125, 0.21142578125, 0.094482421875, 0.20703125, 0.213134765625, 0.1484375, 0.1119384765625, 0.10302734375, 0.05712890625, 0.11279296875, 0.06787109375, 0.0887451171875, 0.06231689453125, 0.1636962890625, 0.09954833984375, 0...
embed
74133772_c0
74133772
fsharp
0
Title: Elmish.WPF type conflict: unit -&gt; Model expected where Model provided? Problem title: Elmish.WPF type conflict: unit -&gt; Model expected where Model provided? Tags: f%23, elmish-wpf Problem: Elmish.WPF type conflict: unit -> Model expected where Model provided? My Elmish.WPF app combines the Elmish.WPF Sampl...
Elmish.WPF type conflict: unit -&gt; Model expected where Model provided? Elmish.WPF type conflict: unit -&gt; Model expected where Model provided? f%23 elmish-wpf Elmish.WPF Model FileDialogsCmdMsg WpfProgram.mkProgramWithCmdMsg WpfProgram.mdProgramWithCmdMsg Elmish.WPF type conflict: unit -> Model expected where Mode...
[ -0.01171875, 0.020751953125, -0.0091552734375, 0.02294921875, -0.0181884765625, 0.01300048828125, -0.005950927734375, 0.006866455078125, 0.01129150390625, -0.0069580078125, -0.01434326171875, -0.0272216796875, 0.0072021484375, -0.017578125, 0.034423828125, -0.000324249267578125, 0.00...
[ 540, 78192, 1456, 41265, 10644, 79612, 25072, 5386, 13293, 84751, 7440, 62952, 5, 3742, 88, 434, 39557, 42724, 72838, 4867, 54686, 7, 601, 148968, 19201, 194583, 33079, 4027, 70163, 947, 33209, 77635, 46568, 92049, 24293, 997, 50886, 154107, ...
[ 0.124755859375, 0.2423095703125, 0.0697021484375, 0.2039794921875, 0.2093505859375, 0.264404296875, 0.18896484375, 0.100341796875, 0.2078857421875, 0.203857421875, 0.1217041015625, 0.1260986328125, 0.014984130859375, 0.1107177734375, 0.0689697265625, 0.0218048095703125, 0.171875, 0...
embed
35128630_c0
35128630
fsharp
0
Title: F# assembly references causing build issues? Problem title: F# assembly references causing build issues? Tags: c%23, visual-studio-2012, f%23, msbuild Problem: F# assembly references causing build issues? We have an F# assembly ( AssemblyOne ) that references another F# assembly ( AssemblyTwo ) in a single Visua...
F# assembly references causing build issues? F# assembly references causing build issues? c%23 visual-studio-2012 f%23 msbuild AssemblyOne AssemblyTwo MyCSharpLib RequireQualifiedAccess MyModuleA FetchResult AssemblyTwo.MyModuleC.FetchResult FetchActualResult MyCSharpType MyModuleB myCSharpType:MyCSharpLib.MyCSharpType...
[ -0.0028076171875, 0.01025390625, 0.0103759765625, 0.017333984375, 0.009765625, -0.00750732421875, -0.0184326171875, -0.01153564453125, 0.0012359619140625, 0.025390625, 0.00653076171875, 0.00872802734375, -0.00160980224609375, 0.0198974609375, 0.0260009765625, 0.000400543212890625, 0....
[ 563, 4904, 10, 89845, 38526, 91067, 216806, 45367, 37348, 32, 7, 3742, 21176, 52629, 54458, 1238, 68163, 177149, 151169, 62068, 3613, 2646, 19283, 3467, 254, 104820, 3181, 178476, 91616, 92962, 206, 31852, 126, 100582, 196707, 571, 759, 93774...
[ 0.1649169921875, 0.255615234375, 0.0445556640625, 0.232666015625, 0.1153564453125, 0.265625, 0.15625, 0.2003173828125, 0.15283203125, 0.001068115234375, 0.06280517578125, 0.041259765625, 0.1461181640625, 0.151611328125, 0.1622314453125, 0.03369140625, 0.042633056640625, 0.206542968...
embed
66902845_c0
66902845
fsharp
0
Title: Deserialize JSON without knowing full structure Problem title: Deserialize JSON without knowing full structure Tags: .net, json, f%23, f%23-data Problem: Deserialize JSON without knowing full structure I'm redoing the backend of a very basic framework that connects to a completely customizable frontend. It was o...
Deserialize JSON without knowing full structure Deserialize JSON without knowing full structure .net json f%23 f%23-data Deserialize JSON english.json french.json Hello Goodbye Bonjour Canard Plus Favourite Animal lang:duck French string:string Magic file_get_contents lang.json json_decode Deserialize JSON without know...
[ 0.0177001953125, 0.0036773681640625, -0.00885009765625, 0.00604248046875, -0.00592041015625, 0.00994873046875, -0.01416015625, 0.0140380859375, 0.01373291015625, -0.009521484375, -0.0019989013671875, 0.011474609375, -0.00921630859375, -0.016845703125, 0.0341796875, 0.006011962890625, ...
[ 5581, 25435, 119066, 821, 58627, 15490, 141956, 4393, 45646, 1179, 1647, 1681, 1238, 3742, 27495, 10135, 175457, 170, 57217, 206, 35378, 18621, 1272, 84602, 4171, 5861, 8183, 141775, 1486, 82821, 1937, 693, 2594, 92265, 79315, 91693, 61707, 1...
[ 0.1851806640625, 0.2296142578125, 0.124755859375, 0.17578125, 0.251220703125, 0.153564453125, 0.1619873046875, 0.1629638671875, 0.2294921875, 0.1622314453125, 0.138671875, 0.22216796875, 0.023529052734375, 0.06658935546875, 0.06591796875, 0.079345703125, 0.1488037109375, 0.14794921...
embed
41088052_c0
41088052
fsharp
0
Title: PasswordSignInAsync hangs in .Core App Problem title: PasswordSignInAsync hangs in .Core App Tags: .net, asp.net-identity, f%23, asp.net-core Problem: PasswordSignInAsync hangs in .Core App I'm building a .NET core web app in F#, and am trying to set up Identity. I have got a basic version of a Register method w...
PasswordSignInAsync hangs in .Core App PasswordSignInAsync hangs in .Core App .net asp.net-identity f%23 asp.net-core PasswordSignInAsync Core App HttpPost AllowAnonymous this.Register FromBody RegisterViewModel model.Email model.Password model.ConfirmPassword ApplicationUser userManager.CreateAsync Async.AwaitTask Asy...
[ -0.00860595703125, 0.0084228515625, 0.006378173828125, -0.0098876953125, -0.01141357421875, -0.0001659393310546875, -0.00159454345703125, 0.0084228515625, 0.011474609375, -0.035888671875, 0.01318359375, -0.004913330078125, 0.000400543212890625, 0.0123291015625, 0.0269775390625, -0.0002...
[ 170461, 218723, 4153, 284, 12654, 238, 10756, 7, 23, 5, 50886, 13, 5659, 1179, 254, 52128, 2481, 3742, 237, 30854, 31365, 49411, 41566, 45757, 54601, 19656, 28090, 12647, 131423, 100474, 140290, 3299, 161994, 139117, 38949, 47416, 104921, 126...
[ 0.19775390625, 0.18896484375, 0.1348876953125, 0.0128173828125, 0.2174072265625, 0.0906982421875, 0.270751953125, 0.02752685546875, 0.0631103515625, 0.0322265625, 0.14892578125, 0.048980712890625, 0.147705078125, 0.1104736328125, 0.07159423828125, 0.116455078125, 0.0872802734375, 0...
embed
8568178_c0
8568178
fsharp
0
Title: Binary serialization of mutable F# record Problem title: Binary serialization of mutable F# record Tags: mutable, serialization, f%23, c%23, binary-serialization Problem: Binary serialization of mutable F# record I have used binary serialization to save an F# record from a C# class. All works fine: F#: type Game...
Binary serialization of mutable F# record Binary serialization of mutable F# record mutable serialization f%23 c%23 binary-serialization ArgumentNullException Binary GameState LevelStatus Grid Variable Option Ball game_state OnSaveGame File.Open game_status.sav FileMode.Create binary_formatter BinaryFormatter binary_fo...
[ 0.0157470703125, 0.0086669921875, 0.01068115234375, -0.029052734375, 0.006561279296875, 0.0027008056640625, -0.035888671875, 0.00145721435546875, -0.0091552734375, 0.007659912109375, -0.00848388671875, 0.018310546875, 0.00811767578125, 0.02880859375, 0.0203857421875, -0.003173828125, ...
[ 54092, 1294, 35686, 47691, 842, 22819, 563, 4904, 17164, 1238, 3742, 2394, 6635, 51626, 112140, 18444, 63928, 13547, 135206, 84136, 31945, 84572, 86769, 21786, 6712, 61340, 2161, 5464, 272, 107576, 42724, 103264, 45215, 35892, 9083, 63784, 5172...
[ 0.1925048828125, 0.08642578125, 0.2265625, 0.113525390625, 0.1689453125, 0.1824951171875, 0.1492919921875, 0.19580078125, 0.197509765625, 0.083984375, 0.07977294921875, 0.1717529296875, 0.074951171875, 0.14501953125, 0.168701171875, 0.10443115234375, 0.041778564453125, 0.1029052734...
embed
40991100_c0
40991100
fsharp
0
Title: Closing a dialog with FSharp.ViewModule Problem title: Closing a dialog with FSharp.ViewModule Tags: wpf, f%23, fsharp.viewmodule, mvvm Problem: Closing a dialog with FSharp.ViewModule In my previous question "Enabling dialog OK button with FSharp.ViewModule", I got to the point where a dialog's OK button was en...
Closing a dialog with FSharp.ViewModule Closing a dialog with FSharp.ViewModule wpf f%23 fsharp.viewmodule mvvm Closing FSharp.ViewModule IsDefault TextBox Text Binding Name UpdateSourceTrigger PropertyChanged Email Button Content IsEnabled IsValid Command OkCommand Click OnOK self.Factory.Backing self.Name self.Email ...
[ 0.0036773681640625, 0.036376953125, 0.0093994140625, 0.00872802734375, 0.01708984375, 0.005401611328125, 0.002655029296875, -0.022705078125, -0.00537109375, -0.005645751953125, -0.00323486328125, -0.011474609375, 0.006622314453125, 0.006805419921875, 0.00057220458984375, -0.01202392578...
[ 51053, 6953, 26519, 678, 93774, 3467, 254, 100474, 91616, 8782, 39557, 3742, 1238, 89280, 22751, 83279, 53962, 39, 2071, 187423, 11, 24129, 72295, 33770, 15757, 28641, 211235, 74257, 206984, 127008, 14886, 144037, 70870, 2886, 42272, 123573, 99...
[ 0.19970703125, 0.07293701171875, 0.2183837890625, 0.08038330078125, 0.060791015625, 0.1705322265625, 0.1749267578125, 0.2099609375, 0.11767578125, 0.06207275390625, 0.03009033203125, 0.08282470703125, 0.008056640625, 0.135986328125, 0.1729736328125, 0.122314453125, 0.0823974609375, ...
embed
45417924_c0
45417924
fsharp
0
Title: Ado.Net dll working without client db installation Problem title: Ado.Net dll working without client db installation Tags: f%23, ado.net, sap-ase, .net Problem: Ado.Net dll working without client db installation I have an ADO.NET dll that I often add to my C# or F# .Net projects and I see that I can deliver the ...
Ado.Net dll working without client db installation Ado.Net dll working without client db installation f%23 ado.net sap-ase .net Ado.Net Sybase.AdoNet2.AseClient DataTable DataReader AseConnection AseCommand cmd.Parameters.AddRange AseDataAdapter DataSet cn.Open da.Fill Tables ds.Tables.Count ds.Tables Select HasErrors ...
[ -0.005157470703125, 0.0234375, -0.007720947265625, 0.0164794921875, -0.0186767578125, -0.00543212890625, -0.016357421875, 0.003265380859375, -0.0006256103515625, -0.01031494140625, 0.001129150390625, 0.0091552734375, 0.0062255859375, -0.01116943359375, 0.003692626953125, -0.02722167968...
[ 62, 246, 24447, 81717, 20697, 15490, 23282, 40041, 59720, 1238, 3949, 3742, 1138, 1179, 14331, 6991, 4843, 37382, 284, 5442, 184, 150, 618, 2886, 31345, 235603, 12018, 1827, 55292, 29089, 4028, 1052, 51459, 2631, 103264, 5713, 112997, 108210,...
[ 0.1217041015625, 0.26123046875, 0.1962890625, 0.245849609375, 0.153564453125, 0.1541748046875, 0.216064453125, 0.1905517578125, 0.1612548828125, 0.0261383056640625, 0.0018310546875, 0.08349609375, 0.2098388671875, 0.1417236328125, 0.132568359375, 0.13671875, 0.03155517578125, 0.109...
embed
71356360_c0
71356360
fsharp
0
Title: Control line breaks in F# code formatted by Fantomas Problem title: Control line breaks in F# code formatted by Fantomas Tags: fantomas, f%23 Problem: Control line breaks in F# code formatted by Fantomas I would like more control and customisation regarding where Fantomas inserts or remove a line break in the co...
Control line breaks in F# code formatted by Fantomas Control line breaks in F# code formatted by Fantomas fantomas f%23 Control Fantomas Xxx Actual code.Trim Expected indent_style indent_size utf-8 trim_trailing_whitespace insert_final_newline end_of_line max_line_length fsharp_semicolon_at_end_of_line fsharp_space_bef...
[ 0.0004711151123046875, 0.0024871826171875, -0.0130615234375, 0.0123291015625, -0.00872802734375, -0.005584716796875, 0.022216796875, -0.0078125, -0.0001697540283203125, 0.018310546875, 0.0014190673828125, 0.015869140625, -0.01434326171875, 0.01025390625, 0.0036773681640625, 0.013427734...
[ 27131, 13315, 36356, 7, 23, 563, 4904, 18151, 9384, 11213, 188, 1510, 390, 1207, 1238, 3949, 3742, 87656, 100582, 74257, 39, 60075, 13, 18597, 18, 40946, 62539, 486, 420, 17376, 85247, 1517, 49725, 148477, 65421, 183540, 33870, 54936, 2256,...
[ 0.249267578125, 0.21728515625, 0.234619140625, 0.046630859375, 0.0654296875, 0.1376953125, 0.21044921875, 0.1962890625, 0.144775390625, 0.1041259765625, 0.12890625, 0.1666259765625, 0.003021240234375, 0.07000732421875, 0.11083984375, 0.06878662109375, 0.1932373046875, 0.16235351562...
embed
30794833_c0
30794833
fsharp
0
Title: Duplicate Key in index of Deedle Series Problem title: Duplicate Key in index of Deedle Series Tags: f%23, deedle Problem: Duplicate Key in index of Deedle Series I have a list of events that occur in a system. My goal is to take the list of events and create a sliding window of the series to determine rate even...
Duplicate Key in index of Deedle Series Duplicate Key in index of Deedle Series f%23 deedle System.ArgumentException Duplicate Key Deedle Series Deedle.dll Additional ResizeArray StreamEvent Seq.map KeyValuePair DateTime event.OccuredAt Series.windowDist TimeSpan Floating Storck.Data System System.Collections.Generic E...
[ -0.00127410888671875, 0.025634765625, 0.0194091796875, -0.038330078125, -0.0106201171875, -0.0419921875, 0.006195068359375, -0.00927734375, 0.00958251953125, -0.0128173828125, -0.015869140625, 0.009765625, 0.007720947265625, 0.000843048095703125, 0.0040283203125, 0.0036773681640625, ...
[ 786, 52721, 67, 26824, 23, 63262, 262, 297, 133, 64876, 1238, 3949, 3742, 8, 12353, 1234, 63928, 1181, 62539, 7092, 115061, 192134, 864, 62346, 50770, 8335, 70059, 19732, 1010, 19055, 3180, 38699, 23604, 2594, 78457, 36943, 196707, 91732, 2...
[ 0.1671142578125, 0.24267578125, 0.1114501953125, 0.2340087890625, 0.048583984375, 0.1820068359375, 0.11962890625, 0.1614990234375, 0.1441650390625, 0.1717529296875, 0.0384521484375, 0.003814697265625, 0.1072998046875, 0.0657958984375, 0.0848388671875, 0.114013671875, 0.08514404296875...
embed
36770163_c0
36770163
fsharp
0
Title: F#: No abstract property was found that corresponds to this override Problem title: F#: No abstract property was found that corresponds to this override Tags: interface, higher-order-functions, f%23 Problem: F#: No abstract property was found that corresponds to this override Hello fellow Overflowers. I am worki...
F#: No abstract property was found that corresponds to this override F#: No abstract property was found that corresponds to this override interface higher-order-functions f%23 Transformation Matrix Vector Point Material Texture Shape p:Point v:Vector t:Transformation None Some tex:Texture d:float sh:Shape this.hit sh.h...
[ 0.00927734375, 0.01611328125, 0.0218505859375, 0.0010223388671875, 0.005218505859375, -0.0052490234375, -0.0130615234375, -0.0177001953125, -0.005157470703125, 0.0177001953125, 0.011962890625, 0.00653076171875, -0.0155029296875, -0.0125732421875, -0.0025634765625, -0.0118408203125, 0...
[ 563, 4904, 438, 164789, 57266, 14037, 42518, 903, 645, 416, 112, 101758, 77546, 80596, 137175, 1238, 3949, 3742, 149855, 194234, 2609, 41097, 23994, 24129, 7224, 147534, 81, 26455, 808, 62624, 5037, 24371, 174379, 52347, 7547, 40798, 11400, 9...
[ 0.096923828125, 0.2193603515625, 0.089111328125, 0.2210693359375, 0.222900390625, 0.134765625, 0.1639404296875, 0.1109619140625, 0.10455322265625, 0.2000732421875, 0.091796875, 0.2261962890625, 0.0679931640625, 0.149658203125, 0.1580810546875, 0.04498291015625, 0.03094482421875, 0....
embed
21551811_c0
21551811
fsharp
0
Title: Can a Type Provider be passed into a function as a parameter Problem title: Can a Type Provider be passed into a function as a parameter Tags: type-providers, f%23, f%23-data Problem: Can a Type Provider be passed into a function as a parameter I am learning F# and the FSharp.Data library . I have a task which I...
Can a Type Provider be passed into a function as a parameter Can a Type Provider be passed into a function as a parameter type-providers f%23 f%23-data Can Type Provider Stocks CsvProvider MSFT.csv Stocks.Load ichart.finance.yahoo.com table.csv MSFT msft.Data Seq.map typefile:string datafile:string Load typeProvider:Cs...
[ 0.021484375, 0.0098876953125, 0.0072021484375, 0.00311279296875, 0.000080108642578125, -0.01458740234375, 0.007049560546875, -0.00151824951171875, 0.00213623046875, -0.0301513671875, -0.007415771484375, -0.00836181640625, 0.00142669677734375, -0.01220703125, 0.01904296875, 0.0000805854...
[ 4171, 10, 60457, 123089, 42, 115081, 3934, 32354, 237, 171859, 10644, 93136, 14202, 1238, 3742, 27495, 10135, 68804, 313, 67756, 177997, 62160, 16265, 25217, 4439, 334, 654, 3960, 114584, 43741, 23180, 2480, 137989, 864, 62346, 29822, 91693, ...
[ 0.08856201171875, 0.050140380859375, 0.267333984375, 0.22900390625, 0.15380859375, 0.1634521484375, 0.1409912109375, 0.239990234375, 0.099609375, 0.266357421875, 0.2183837890625, 0.212646484375, 0.0655517578125, 0.006378173828125, 0.02532958984375, 0.002532958984375, 0.0802001953125,...
embed
5212570_c0
5212570
fsharp
0
Title: Adding Overloaded Constructors to Implicit F# Type Problem title: Adding Overloaded Constructors to Implicit F# Type Tags: implicit, f%23, overloading, constructor Problem: Adding Overloaded Constructors to Implicit F# Type I have created the following type using implicit type construction: open System type Matr...
Adding Overloaded Constructors to Implicit F# Type Adding Overloaded Constructors to Implicit F# Type implicit f%23 overloading constructor ArgumentOutOfRangeException Adding Overloaded Constructors Implicit Type System Matrix sourceMatrix:double sourceMatrix.GetUpperBound Array2D.zeroCreate Properties Rows this.Rows C...
[ 0.008056640625, 0.0284423828125, 0.011474609375, -0.002410888671875, 0.0159912109375, -0.015625, -0.0169677734375, 0.0042724609375, 0.005645751953125, -0.007415771484375, 0.0166015625, -0.02294921875, 0.00299072265625, 0.00079345703125, -0.0281982421875, 0.00384521484375, -0.01403808...
[ 62, 59725, 9578, 63033, 297, 82084, 18770, 29128, 60923, 563, 4904, 60457, 165164, 1238, 3949, 3742, 645, 64549, 748, 112140, 79858, 132887, 1052, 51459, 63928, 12353, 194234, 31344, 87427, 8079, 7030, 80510, 63784, 234994, 96190, 903, 12724, ...
[ 0.06842041015625, 0.05718994140625, 0.10791015625, 0.2027587890625, 0.0504150390625, 0.1558837890625, 0.15771484375, 0.1190185546875, 0.190673828125, 0.076904296875, 0.1807861328125, 0.1640625, 0.251953125, 0.03802490234375, 0.00860595703125, 0.0958251953125, 0.0941162109375, 0.164...
embed
53596632_c0
53596632
fsharp
0
Title: Render component in Fable-Elmish Problem title: Render component in Fable-Elmish Tags: fable-f%23, elmish, f%23 Problem: Render component in Fable-Elmish I have set up a standard SAFE application with the dotnet new SAFE command resulting in the two Server and Client projects (and the Shared folder). The Client ...
Render component in Fable-Elmish Render component in Fable-Elmish fable-f%23 elmish f%23 Render Fable-Elmish SAFE Program.mkProgram DEBUG Program.withConsoleTrace Program.withHMR Program.withReact Program.withDebugger Program.run MyComponentProps MyComponent Component base.setInitState initialProps.data this.render Hel...
[ -0.0260009765625, -0.00604248046875, 0.018310546875, -0.00567626953125, 0.00122833251953125, -0.005126953125, -0.0164794921875, -0.0003795623779296875, 0.000644683837890625, -0.041015625, -0.0234375, -0.0103759765625, 0.00008058547973632812, 0.0220947265625, 0.0003185272216796875, -0.0...
[ 63137, 56, 82761, 563, 2886, 7623, 78192, 1071, 2661, 3742, 88, 5377, 30018, 7663, 148968, 1514, 15639, 76228, 40777, 52005, 47013, 978, 2646, 10770, 54137, 10752, 6423, 3288, 3647, 3509, 217, 135206, 61475, 903, 18280, 35378, 6661, 36290, ...
[ 0.19384765625, 0.1138916015625, 0.2218017578125, 0.0885009765625, 0.164306640625, 0.1373291015625, 0.241943359375, 0.072998046875, 0.0902099609375, 0.045135498046875, 0.0821533203125, 0.1158447265625, 0.171875, 0.0845947265625, 0.05755615234375, 0.09332275390625, 0.1258544921875, 0...
embed
65943337_c0
65943337
fsharp
0
Title: Asp.Net Core problem with Views and static files (F#) Problem title: Asp.Net Core problem with Views and static files (F#) Tags: asp.net-core, asp.net-core-mvc, static-files, f%23 Problem: Asp.Net Core problem with Views and static files (F#) I've been trying to create a very simple MVC project in F#. Here's a b...
Asp.Net Core problem with Views and static files (F#) Asp.Net Core problem with Views and static files (F#) asp.net-core asp.net-core-mvc static-files f%23 InvalidOperationException Asp.Net Core Views Root appsettings.json Home Index.cshtml Content HomeController.fs Startup.fs Program.fs HomeController Controller this....
[ -0.01141357421875, 0.0059814453125, 0.004425048828125, -0.01214599609375, -0.0184326171875, 0.00909423828125, -0.013916015625, -0.011474609375, 0.00665283203125, -0.044921875, 0.00494384765625, -0.00653076171875, -0.0050048828125, 0.01324462890625, 0.026123046875, -0.002105712890625, ...
[ 1301, 254, 24447, 31365, 2967, 678, 89732, 136, 201939, 102158, 919, 4904, 237, 1179, 30854, 66357, 29822, 1238, 3949, 3742, 7013, 156823, 63928, 150948, 4027, 89840, 170, 1681, 2005, 31471, 4439, 7693, 70870, 175904, 17447, 153076, 7663, 271...
[ 0.05218505859375, 0.12255859375, 0.158935546875, 0.213623046875, 0.122314453125, 0.0284576416015625, 0.28662109375, 0.067138671875, 0.2218017578125, 0.1729736328125, 0.07110595703125, 0.170654296875, 0.0191192626953125, 0.1181640625, 0.1448974609375, 0.126708984375, 0.15869140625, ...
embed
7239915_c0
7239915
fsharp
0
Title: F# pattern matching: how to match a set of possible types that share the same parameters? Problem title: F# pattern matching: how to match a set of possible types that share the same parameters? Tags: f%23, pattern-matching, fsyacc Problem: F# pattern matching: how to match a set of possible types that share the...
F# pattern matching: how to match a set of possible types that share the same parameters? F# pattern matching: how to match a set of possible types that share the same parameters? f%23 pattern-matching fsyacc Expression Select Where Sum Concat ListMethod Expr F# pattern matching: how to match a set of possible types th...
[ -0.00927734375, 0.002288818359375, 0.00003647804260253906, 0.0133056640625, -0.00518798828125, 0.0030975341796875, -0.0322265625, -0.0033111572265625, 0.0191650390625, 0.00174713134765625, 0.017578125, -0.006744384765625, 0.010009765625, -0.01239013671875, -0.0242919921875, -0.00152587...
[ 563, 4904, 103510, 14858, 214, 3642, 5423, 7722, 52895, 12008, 5701, 171859, 1238, 3949, 3742, 98753, 19834, 10060, 25129, 51620, 36335, 1657, 4460, 32036, 78572, 7352, 60075, 42, 450, 3525, 16031, 6528, 29806, 2967, 30783, 36510, 3444, 12566...
[ 0.1290283203125, 0.208740234375, 0.2196044921875, 0.243408203125, 0.071533203125, 0.0667724609375, 0.11279296875, 0.1529541015625, 0.2021484375, 0.123291015625, 0.11181640625, 0.1983642578125, 0.09674072265625, 0.012115478515625, 0.1351318359375, 0.2015380859375, 0.051727294921875, ...
embed
5852317_c0
5852317
fsharp
0
Title: How to cancel individual async computation, being run in parallel with others, from a button click event Problem title: How to cancel individual async computation, being run in parallel with others, from a button click event Tags: winforms, f%23, asynchronous Problem: How to cancel individual async computation, ...
How to cancel individual async computation, being run in parallel with others, from a button click event How to cancel individual async computation, being run in parallel with others, from a button click event winforms f%23 asynchronous a How System.Windows.Forms MyForm Form lbl1 Label AutoSize Text Press Start lbl2 lb...
[ -0.0096435546875, -0.0037384033203125, 0.0155029296875, -0.0113525390625, 0.0142822265625, 0.00628662109375, 0.0252685546875, -0.01092529296875, 0.0245361328125, -0.0240478515625, -0.01220703125, -0.002105712890625, 0.005767822265625, 0.00860595703125, 0.01318359375, -0.00860595703125,...
[ 11249, 47, 53017, 11651, 10, 12654, 238, 181135, 1363, 11675, 95103, 678, 27060, 1295, 77679, 18158, 19732, 8035, 46334, 3742, 101966, 12353, 43342, 102973, 2646, 15236, 9030, 129214, 4396, 127167, 24129, 21072, 13794, 144037, 2886, 80392, 1733...
[ 0.0994873046875, 0.06195068359375, 0.301025390625, 0.203857421875, 0.06500244140625, 0.2330322265625, 0.133544921875, 0.2412109375, 0.10693359375, 0.12353515625, 0.24609375, 0.1038818359375, 0.11962890625, 0.0833740234375, 0.203369140625, 0.2174072265625, 0.1517333984375, 0.0375061...
embed
66613595_c0
66613595
fsharp
0
Title: How to create customized event with Xamarin.Forms.Maps in F#? Problem title: How to create customized event with Xamarin.Forms.Maps in F#? Tags: c%23, xamarin.forms.maps, f%23 Problem: How to create customized event with Xamarin.Forms.Maps in F#? How to create a customized event with Xamarin.Forms.Maps in F#? I ...
How to create customized event with Xamarin.Forms.Maps in F#? How to create customized event with Xamarin.Forms.Maps in F#? c%23 xamarin.forms.maps f%23 How Xamarin.Forms.Maps MyMap Map BindableProperty ZoomLevelProperty BindableProperty.Create ZoomLevel Distance MainPageMap this.PropertyChanged PropertyChangedEventArg...
[ -0.004486083984375, 0.00933837890625, -0.00004172325134277344, 0.00194549560546875, -0.010986328125, 0.0022735595703125, 0.01068115234375, 0.0191650390625, 0.00823974609375, -0.0034027099609375, 0.005950927734375, 0.0013580322265625, -0.00836181640625, 0.01409912109375, 0.000320434570312...
[ 11249, 47, 28282, 178036, 297, 19732, 678, 8606, 44503, 102973, 7, 166179, 23, 563, 4904, 32, 5, 3949, 3742, 2459, 5037, 62346, 1238, 2646, 42719, 16666, 71, 2886, 1264, 97170, 5267, 2601, 10752, 939, 63784, 2182, 154349, 329, 12321, 1471...
[ 0.0882568359375, 0.0206451416015625, 0.1668701171875, 0.250244140625, 0.098876953125, 0.2169189453125, 0.07904052734375, 0.1781005859375, 0.2314453125, 0.2281494140625, 0.003326416015625, 0.22021484375, 0.06756591796875, 0.167724609375, 0.2288818359375, 0.002044677734375, 0.015563964...
embed
32062072_c0
32062072
fsharp
0
Title: How use FParsec for indentation-based statements (like in python)? Problem title: How use FParsec for indentation-based statements (like in python)? Tags: fparsec, f%23, indentation, parsing Problem: How use FParsec for indentation-based statements (like in python)? So, I have a basic parser for my language, and...
How use FParsec for indentation-based statements (like in python)? How use FParsec for indentation-based statements (like in python)? fparsec f%23 indentation parsing messageError reply.Error How FParsec ExprC BoolC DecC MathC MathOp VarC BlockC BlockCodeC IfC LogiOpC LoopC Parser2 System System.Collections.Generic Tab...
[ -0.00714111328125, -0.0106201171875, 0.00112152099609375, 0.01556396484375, -0.00750732421875, 0.017578125, 0.0118408203125, -0.0050048828125, 0.021728515625, -0.037109375, 0.00848388671875, 0.017578125, -0.0286865234375, 0.004913330078125, 0.0098876953125, 0.00897216796875, -0.01379...
[ 11249, 4527, 563, 28636, 39797, 100, 18597, 22062, 77007, 63805, 5062, 17198, 50828, 1238, 2500, 3949, 3742, 366, 6953, 26008, 18468, 31611, 75836, 441, 25755, 78804, 39029, 3323, 80231, 114211, 50592, 199694, 2392, 2189, 304, 12353, 22193, 5...
[ 0.0361328125, 0.120849609375, 0.1614990234375, 0.188720703125, 0.260009765625, 0.04718017578125, 0.2027587890625, 0.1458740234375, 0.16650390625, 0.217529296875, 0.04998779296875, 0.07470703125, 0.149169921875, 0.100830078125, 0.1292724609375, 0.008880615234375, 0.1439208984375, 0....
embed
63524045_c0
63524045
fsharp
0
Title: ServiceStack F# dotnet core 3.1 example Problem title: ServiceStack F# dotnet core 3.1 example Tags: servicestack, f%23 Problem: ServiceStack F# dotnet core 3.1 example There is an example of a simple ServiceStack F# application for .NET 4.5: open System open ServiceStack type Hello = { mutable Name: string; } t...
ServiceStack F# dotnet core 3.1 example ServiceStack F# dotnet core 3.1 example servicestack f%23 ServiceStack System Hello Name HelloResponse Result HelloService IService this.Any req:Hello req.Name Define Web Services AppHost AppSelfHostBase Assembly this.Configure base.Routes Add Run EntryPoint args.Length appHost.I...
[ -0.0191650390625, -0.015625, 0.013427734375, 0.0181884765625, -0.00994873046875, -0.01409912109375, 0.00830078125, -0.004730224609375, 0.000659942626953125, -0.01483154296875, 0.0072021484375, -0.000019550323486328125, 0.00007534027099609375, 0.01202392578125, 0.0245361328125, -0.00247...
[ 12349, 42378, 2594, 563, 4904, 20633, 1179, 56458, 45151, 27781, 11374, 102, 1238, 3949, 3742, 12353, 35378, 15757, 94399, 126684, 121979, 87, 903, 299, 864, 13817, 456, 163612, 64552, 4002, 40583, 5659, 11193, 271, 104475, 63473, 151169, 599...
[ 0.1666259765625, 0.187744140625, 0.12890625, 0.1619873046875, 0.248291015625, 0.1131591796875, 0.1373291015625, 0.17626953125, 0.22314453125, 0.1912841796875, 0.1102294921875, 0.0888671875, 0.078125, 0.0178375244140625, 0.106201171875, 0.1275634765625, 0.1424560546875, 0.0714111328...
embed
9696492_c0
9696492
fsharp
0
Title: F# XML Parsing using XMLReader Problem title: F# XML Parsing using XMLReader Tags: f%23, xml Problem: F# XML Parsing using XMLReader I am trying to process a particularly large XML document using F#. Since loading whole document is ruled out, I am trying to use XmlReader to serve my purpose. My first step is to ...
F# XML Parsing using XMLReader F# XML Parsing using XMLReader f%23 xml XMLReader XML Parsing Read s:string XmlReader.Create r.Read XmlNodeType.Element r.NodeType CreateNodeData r.MoveToNextAttribute LazyList.ofSeq NodeSeq LazyList NodeData Define Reader Failure Parser LazyList.Nil LazyList.Cons Node Color Red Transpare...
[ 0.0035858154296875, 0.017333984375, -0.0103759765625, 0.00005817413330078125, 0.0137939453125, 0.013916015625, 0.00153350830078125, -0.0155029296875, -0.026611328125, -0.024169921875, 0.01214599609375, 0.00921630859375, -0.022705078125, -0.021240234375, 0.0103759765625, -0.00830078125,...
[ 563, 4904, 92537, 2392, 6953, 17368, 31345, 56, 1238, 3949, 3742, 131492, 4764, 91, 91693, 1193, 7237, 63784, 5021, 112, 196707, 19929, 151313, 137989, 81280, 191145, 239, 3285, 154663, 4390, 864, 438, 4233, 64552, 122636, 190355, 2189, 51193...
[ 0.134521484375, 0.202392578125, 0.250732421875, 0.166748046875, 0.070068359375, 0.06292724609375, 0.2320556640625, 0.1290283203125, 0.078857421875, 0.01300048828125, 0.1380615234375, 0.1378173828125, 0.1304931640625, 0.0382080078125, 0.1171875, 0.07415771484375, 0.127197265625, 0.0...
embed
15205851_c0
15205851
fsharp
0
Title: EF saving with F# and ASP.NET MVC Problem title: EF saving with F# and ASP.NET MVC Tags: entity-framework, f%23, asp.net-mvc-4 Problem: EF saving with F# and ASP.NET MVC Based on the great samples from Daniel Mohl and his book . I have and ASP.NET MVC application in F# with the online template for it. So far I h...
EF saving with F# and ASP.NET MVC EF saving with F# and ASP.NET MVC entity-framework f%23 asp.net-mvc-4 HandleError ASP.NET MVC Melopienso.Repositories System System.Linq Repository source:IQueryable Seq.toList Melopienso.Controllers System.Web.Mvc Melopienso.Models Utils CategoriesController context:IDisposable Contro...
[ -0.00396728515625, 0.027099609375, 0.0211181640625, -0.04345703125, 0.002349853515625, -0.019287109375, -0.0169677734375, -0.000522613525390625, 0.01519775390625, -0.053466796875, -0.006866455078125, 0.0196533203125, -0.00634765625, 0.00323486328125, 0.0224609375, -0.00173187255859375,...
[ 51779, 57, 6496, 678, 563, 4904, 136, 147153, 17777, 276, 56349, 77630, 160328, 1238, 3742, 254, 1179, 66357, 11565, 10639, 18468, 13892, 57027, 33, 991, 4332, 59111, 12353, 44982, 31344, 41732, 864, 154663, 175904, 30474, 140290, 3994, 10658...
[ 0.257080078125, 0.1826171875, 0.12548828125, 0.08782958984375, 0.1417236328125, 0.2294921875, 0.056610107421875, 0.160400390625, 0.124755859375, 0.042755126953125, 0.206298828125, 0.1141357421875, 0.065673828125, 0.071533203125, 0.05670166015625, 0.0823974609375, 0.08331298828125, ...
embed
22821920_c0
22821920
fsharp
0
Title: How do I automate chains of map lookups in F#? Problem title: How do I automate chains of map lookups in F#? Tags: f%23, dictionary, monads, types Problem: How do I automate chains of map lookups in F#? I regularly have cause to lookup some key in a map and then lookup the result in another map and so on in an a...
How do I automate chains of map lookups in F#? How do I automate chains of map lookups in F#? f%23 dictionary monads types How maybe_map initial_value Some first::rest None subsequent_value employee_department Map.ofList John Sales Bob department_country USA France country_currency Dollar Euro Map.tryFind exchange_rate...
[ -0.01531982421875, 0.0014801025390625, 0.024658203125, -0.0040283203125, 0.00015354156494140625, -0.018310546875, -0.0025482177734375, 0.004638671875, 0.01153564453125, -0.0281982421875, -0.003204345703125, 0.0103759765625, -0.004058837890625, 0.0103759765625, 0.0029754638671875, -0.00...
[ 11249, 87, 11408, 13, 121293, 7, 22288, 6713, 74854, 23, 563, 4904, 54, 111, 1238, 3949, 3742, 45, 10763, 2667, 712, 52895, 51139, 62346, 61475, 27494, 5117, 56644, 438, 221419, 188183, 17365, 42719, 4390, 154663, 4939, 88583, 25027, 130625...
[ 0.07220458984375, 0.023651123046875, 0.2491455078125, 0.09625244140625, 0.2362060546875, 0.0784912109375, 0.2056884765625, 0.16552734375, 0.13525390625, 0.027069091796875, 0.148681640625, 0.2479248046875, 0.006927490234375, 0.033782958984375, 0.0802001953125, 0.01611328125, 0.0989379...
embed
47925643_c0
47925643
fsharp
0
Title: Is there a generic function that identifies the cases of a nested discriminated union? Problem title: Is there a generic function that identifies the cases of a nested discriminated union? Tags: f%23, discriminated-union, nested Problem: Is there a generic function that identifies the cases of a nested discrimin...
Is there a generic function that identifies the cases of a nested discriminated union? Is there a generic function that identifies the cases of a nested discriminated union? f%23 discriminated-union nested System.Exception OptimizationPeriod All Long Short OptimizationCriterion SharpeRatio InformationRatio CalmarRatio ...
[ -0.0255126953125, 0.0184326171875, -0.01226806640625, 0.006317138671875, 0.000705718994140625, -0.0172119140625, -0.0034332275390625, -0.0272216796875, 0.01104736328125, -0.00360107421875, -0.001983642578125, 0.006683349609375, 0.001861572265625, -0.01336669921875, -0.0003070831298828125...
[ 2685, 189534, 32354, 450, 42485, 90, 50218, 8512, 71, 55970, 3674, 69941, 10, 1238, 3949, 3742, 87046, 12353, 63928, 43938, 47691, 14, 2199, 3164, 82990, 18781, 69076, 197106, 1052, 32007, 9113, 211485, 8780, 5490, 53295, 3467, 196707, 724, ...
[ 0.05096435546875, 0.272216796875, 0.2286376953125, 0.00640869140625, 0.251953125, 0.05755615234375, 0.2235107421875, 0.267822265625, 0.1048583984375, 0.26513671875, 0.08709716796875, 0.2447509765625, 0.003997802734375, 0.076416015625, 0.059295654296875, 0.173828125, 0.1778564453125, ...
embed
41445201_c0
41445201
fsharp
0
Title: Runtime error using Xamarin Android with F# and ReactiveUI Problem title: Runtime error using Xamarin Android with F# and ReactiveUI Tags: xamarin, reactiveui, xamarin.forms, android, f%23 Problem: Runtime error using Xamarin Android with F# and ReactiveUI I have created a Xamarin Android project that is using F...
Runtime error using Xamarin Android with F# and ReactiveUI Runtime error using Xamarin Android with F# and ReactiveUI xamarin reactiveui xamarin.forms android f%23 MissingMethodException Xamarin Runtime Android ReactiveUI DashboardViewModel IScreen ReactiveViewModel LocateIfNone __.Title Dashboard IRoutableViewModel __...
[ -0.026611328125, 0.033447265625, -0.00677490234375, -0.01092529296875, 0.0084228515625, -0.0086669921875, 0.00135040283203125, 0.0234375, -0.01104736328125, -0.038818359375, 0.00054931640625, -0.0390625, -0.000537872314453125, -0.0008392333984375, 0.0264892578125, 0.00225830078125, 0...
[ 28398, 6032, 18499, 17368, 8606, 44503, 3952, 678, 563, 4904, 136, 853, 71232, 33457, 2459, 456, 4515, 5037, 54527, 1238, 3949, 3742, 16771, 214, 78572, 7352, 1858, 24351, 100474, 140290, 7612, 67, 91306, 86, 5, 17991, 127, 796, 22819, 27...
[ 0.181884765625, 0.1636962890625, 0.1922607421875, 0.08905029296875, 0.1868896484375, 0.25634765625, 0.1954345703125, 0.08050537109375, 0.1318359375, 0.1839599609375, 0.0677490234375, 0.12255859375, 0.2205810546875, 0.1514892578125, 0.13134765625, 0.06787109375, 0.13232421875, 0.190...
embed
34734648_c0
34734648
fsharp
0
Title: F# thinks my type is not defined Problem title: F# thinks my type is not defined Tags: c%23, f%23 Problem: F# thinks my type is not defined I am starting to play around with F# so I thought I would start by using it for unit testing. The problem is that Visual Studio keeps telling me that the type is not defined...
F# thinks my type is not defined F# thinks my type is not defined c%23 f%23 System System.Text.RegularExpressions OpcPersistenceTest NUnit.Framework OpcPersistence OpcPersistence.Data TestFixture PushServicesTesting Test ResizeArray Filter Operand EventType Operator Value SimpleAlarm Area Area_A Seq.iter filters.Add Gu...
[ 0.003448486328125, 0.0311279296875, -0.0040283203125, -0.01019287109375, 0.0025634765625, -0.00592041015625, 0.00775146484375, -0.01190185546875, -0.0037689208984375, -0.01031494140625, -0.0234375, 0.00872802734375, -0.00775146484375, -0.0017547607421875, 0.013427734375, 0.018310546875...
[ 563, 4904, 5351, 759, 10644, 83, 959, 61924, 71, 3742, 1238, 12353, 174379, 54601, 178752, 2331, 57702, 111337, 18057, 6773, 18244, 8647, 114405, 121979, 62539, 128896, 16556, 36943, 196707, 150922, 190060, 60552, 320, 79200, 864, 16840, 46312,...
[ 0.1248779296875, 0.20751953125, 0.123779296875, 0.05181884765625, 0.23828125, 0.061737060546875, 0.1329345703125, 0.200439453125, 0.009185791015625, 0.070556640625, 0.0141143798828125, 0.033447265625, 0.0804443359375, 0.07220458984375, 0.07666015625, 0.0887451171875, 0.0863037109375,...
embed
52524886_c0
52524886
fsharp
0
Title: f# allow cors web api Problem title: f# allow cors web api Tags: c%23-to-f%23, cors, f%23 Problem: f# allow cors web api I am currently developing a web api using f#, I am totally new to it as I am coming from a c# background, and I would like to fetch datas from a reactjs application. But I need to allow cors o...
f# allow cors web api f# allow cors web api c%23-to-f%23 cors f%23 this.ConfigureServices IServiceCollection services.AddCors app.UseCors EnableCors ConfigurationCors ConfigureCors CorsPolicyBuilder corsBuilder.AllowAnyOrigin AllowAnyHeader AllowAnyMethod AllowCredentials Startup IConfiguration this.Configuration Use A...
[ -0.019775390625, 0.01251220703125, 0.012451171875, -0.0152587890625, 0.010498046875, -0.01190185546875, 0.016845703125, 0.0159912109375, 0.00750732421875, -0.028076171875, 0.01068115234375, 0.01544189453125, -0.01361083984375, 0.0218505859375, 0.0240478515625, -0.0027008056640625, -0...
[ 1238, 4904, 63769, 8231, 7, 1467, 31470, 27495, 188, 420, 3742, 903, 59994, 121979, 87, 78457, 133, 11374, 4028, 50886, 4027, 1062, 184, 2886, 5631, 106144, 121137, 41566, 299, 10384, 13025, 78572, 2822, 153076, 29117, 66357, 10974, 15612, ...
[ 0.119140625, 0.175537109375, 0.1778564453125, 0.2110595703125, 0.1673583984375, 0.137451171875, 0.1705322265625, 0.0135498046875, 0.06573486328125, 0.07958984375, 0.086669921875, 0.072265625, 0.1474609375, 0.142333984375, 0.062255859375, 0.013916015625, 0.0843505859375, 0.121826171...
embed
20020327_c0
20020327
fsharp
0
Title: F# TypeProvider Generating Types Problem title: F# TypeProvider Generating Types Tags: f%23, type-providers Problem: F# TypeProvider Generating Types I'm trying to make a type provider which generates types and doesn't erase them. I used the GeneratedTypeProvider example and made my own version. What I try to ac...
F# TypeProvider Generating Types F# TypeProvider Generating Types f%23 type-providers TypeProvider Generating Types Element Map Seq.mapi this.GetValue propertyMap.TryFind Some None Guid System.Guid DateTime System.DateTime ProvidedTypeDefinition entityType.AddXmlDocDelayed Timestamp Name List.iteri ProvidedProperty Get...
[ 0.0181884765625, 0.00872802734375, -0.0084228515625, -0.0014495849609375, -0.01434326171875, -0.0052490234375, -0.000545501708984375, -0.0115966796875, -0.00799560546875, -0.025390625, 0.01251220703125, 0.009033203125, -0.00616455078125, -0.01092529296875, -0.005584716796875, 0.0113525...
[ 563, 4904, 60457, 177997, 62160, 155370, 1916, 1238, 3949, 3742, 10644, 93136, 48325, 42719, 864, 192, 1434, 903, 50770, 57266, 166179, 1294, 204582, 438, 6955, 12353, 22769, 70059, 123089, 196707, 187423, 943, 77630, 4028, 5259, 19114, 102, ...
[ 0.10400390625, 0.202392578125, 0.256591796875, 0.1695556640625, 0.089599609375, 0.1646728515625, 0.0322265625, 0.028106689453125, 0.01513671875, 0.07855224609375, 0.2022705078125, 0.1585693359375, 0.136962890625, 0.1075439453125, 0.08660888671875, 0.009033203125, 0.0777587890625, 0...
embed
45524358_c0
45524358
fsharp
0
Title: Getting &quot;PushAsync is not supported globally on iOS...&quot; while USING NavigationPage Problem title: Getting &quot;PushAsync is not supported globally on iOS...&quot; while USING NavigationPage Tags: ios, xamarin.forms, f%23 Problem: Getting "PushAsync is not supported globally on iOS..." while USING Navi...
Getting &quot;PushAsync is not supported globally on iOS...&quot; while USING NavigationPage Getting &quot;PushAsync is not supported globally on iOS...&quot; while USING NavigationPage ios xamarin.forms f%23 System.InvalidOperationException Getting PushAsync USING NavigationPage Navigation.PushAsync this.Navigation.Pu...
[ -0.01953125, 0.025146484375, -0.01214599609375, -0.0033721923828125, 0.002197265625, 0.0206298828125, -0.01068115234375, -0.01165771484375, 0.00921630859375, -0.05029296875, 0.031982421875, -0.0299072265625, -0.00799560546875, -0.00738525390625, 0.02001953125, 0.01202392578125, -0.00...
[ 210732, 683, 33768, 284, 12654, 238, 959, 8060, 7964, 13964, 345, 111848, 201940, 147101, 232, 2459, 44503, 5037, 3742, 12353, 7013, 156823, 63928, 114405, 4645, 24299, 21455, 12724, 634, 7, 7136, 11137, 234962, 13576, 8606, 102973, 302, 4943...
[ 0.05047607421875, 0.0572509765625, 0.1885986328125, 0.07568359375, 0.263916015625, 0.10357666015625, 0.1083984375, 0.189453125, 0.13916015625, 0.1875, 0.0634765625, 0.044891357421875, 0.22998046875, 0.2078857421875, 0.0946044921875, 0.06072998046875, 0.1885986328125, 0.161499023437...
embed
22053468_c0
22053468
fsharp
0
Title: F# Rx extensions IObservable with concurrent events Problem title: F# Rx extensions IObservable with concurrent events Tags: reactive-programming, multithreading, f%23, system.reactive Problem: F# Rx extensions IObservable with concurrent events I have the following F# code which uses FSharp.Reactive. The functi...
F# Rx extensions IObservable with concurrent events F# Rx extensions IObservable with concurrent events reactive-programming multithreading f%23 system.reactive IObservable FSharp.Reactive initialSettings:Settings ITweet UserInput State Observable.map TweetReceived UserAction Observable.merge Observable.scan system.rea...
[ -0.00140380859375, 0.033447265625, 0.01470947265625, 0.005859375, -0.01470947265625, -0.00335693359375, 0.0035552978515625, 0.0218505859375, -0.0074462890625, -0.051513671875, 0.0162353515625, 0.007659912109375, 0.0152587890625, 0.0142822265625, 0.003021240234375, 0.01361083984375, 0...
[ 563, 4904, 627, 425, 111938, 87, 46471, 65756, 2661, 678, 133244, 47353, 456, 71232, 28966, 3869, 65847, 1238, 3742, 5426, 107, 93774, 3467, 254, 4332, 61475, 105548, 1177, 126, 53400, 22836, 87652, 62346, 140654, 329, 284, 1991, 7, 4398, ...
[ 0.1138916015625, 0.182373046875, 0.08502197265625, 0.1522216796875, 0.1802978515625, 0.10430908203125, 0.1429443359375, 0.196533203125, 0.1895751953125, 0.082763671875, 0.2127685546875, 0.1463623046875, 0.07135009765625, 0.18603515625, 0.08709716796875, 0.079833984375, 0.12255859375,...
embed
39769058_c0
39769058
fsharp
0
Title: Easily getting function names in F# Problem title: Easily getting function names in F# Tags: f%23, reflection Problem: Easily getting function names in F# While searching for an answer, I've found several questions that don't quite match my situation — so I'll ask a new one. I am writing some FsCheck tests for a...
Easily getting function names in F# Easily getting function names in F# f%23 reflection Easily List.forall PropertyChecks Tail vec.root Array.length vec.tail vec.len Rest MethodInfo Easily getting function names in F# While searching for an answer, I've found several questions that don't quite match my situation — so I...
[ 0.0130615234375, -0.0106201171875, -0.004638671875, 0.01141357421875, 0.0032958984375, 0.004364013671875, 0.01422119140625, -0.01123046875, 0.0111083984375, -0.0133056640625, 0.003173828125, 0.036376953125, -0.0286865234375, -0.01153564453125, 0.0142822265625, 0.0262451171875, 0.0086...
[ 1544, 538, 20949, 32354, 123055, 563, 4904, 23, 1238, 3949, 3742, 44961, 32036, 2472, 5584, 206984, 202567, 1218, 22834, 148920, 69253, 46741, 1977, 49756, 74644, 93147, 32562, 7, 109921, 2053, 45646, 12765, 214075, 12921, 183871, 12638, 43658,...
[ 0.1356201171875, 0.015045166015625, 0.139892578125, 0.2261962890625, 0.2427978515625, 0.149169921875, 0.2423095703125, 0.013031005859375, 0.06927490234375, 0.001434326171875, 0.0975341796875, 0.1827392578125, 0.1046142578125, 0.046783447265625, 0.1517333984375, 0.133056640625, 0.2060...
embed
41202701_c0
41202701
fsharp
0
Title: Why Paket installs way more packages than Nuget? Problem title: Why Paket installs way more packages than Nuget? Tags: paket, nuget, f%23, c%23, .net Problem: Why Paket installs way more packages than Nuget? Why Paket installs way more packages than Nuget by default? Is it normal behaviour or am I doing somethin...
Why Paket installs way more packages than Nuget? Why Paket installs way more packages than Nuget? paket nuget f%23 c%23 .net Why Paket Nuget paket.powershell Paket-Init paket.dependencies Paket-Install Rx-Core Rx-Interfaces Rx-Linq Rx-Main Rx-PlatformServices Rx-WindowStoreApps Rx-WinRT Rx-Xaml Splat System.Collections...
[ -0.01104736328125, 0.0159912109375, 0.01416015625, -0.007659912109375, -0.0152587890625, 0.0103759765625, 0.0118408203125, -0.01214599609375, 0.0031585693359375, 0.01104736328125, 0.007537841796875, -0.01373291015625, 0.0010223388671875, 0.01422119140625, 0.00933837890625, -0.000201225...
[ 44084, 50867, 20600, 7, 3917, 1286, 98169, 3501, 1429, 3794, 32, 13360, 315, 1238, 3742, 501, 3949, 1179, 62783, 128019, 4153, 217, 105254, 92621, 627, 425, 50886, 44851, 168793, 92049, 165248, 39179, 20503, 1542, 9189, 12353, 78457, 128198, ...
[ 0.1195068359375, 0.263427734375, 0.1864013671875, 0.0283966064453125, 0.087158203125, 0.1239013671875, 0.2177734375, 0.05560302734375, 0.2100830078125, 0.2275390625, 0.03167724609375, 0.233154296875, 0.16796875, 0.035125732421875, 0.056304931640625, 0.0089111328125, 0.003173828125, ...
embed
53673100_c0
53673100
fsharp
0
Title: Implement Minimax Algorithm Problem title: Implement Minimax Algorithm Tags: algorithm, artificial-intelligence, f%23, minimax Problem: Implement Minimax Algorithm I have already scoured the web for psuedocode, working examples, stack overflow problems/solutions of the same realm, and I have not found anything t...
Implement Minimax Algorithm Implement Minimax Algorithm algorithm artificial-intelligence f%23 minimax Implement Minimax Algorithm ComputerPlayerTurn MakeBestMove GetListOfMoves GameWon Count EvaluateScore ModifyBoard ResizeArray bestMoves.Add bestMoves.Count Implement Minimax Algorithm I have already scoured the web f...
[ 0.006256103515625, 0.004425048828125, 0.036865234375, 0.020263671875, -0.004302978515625, 0.0167236328125, 0.02490234375, -0.005279541015625, -0.00095367431640625, 0.004119873046875, -0.01031494140625, 0.0023651123046875, 0.01904296875, 0.0213623046875, -0.004852294921875, -0.005950927...
[ 153941, 13468, 24084, 109847, 2783, 18337, 234873, 66733, 130687, 1238, 3949, 3742, 83818, 425, 40139, 142581, 42671, 26176, 110601, 9083, 272, 20779, 154663, 132887, 13547, 1456, 191, 108210, 151228, 67, 30854, 16269, 40383, 12647, 5861, 853, ...
[ 0.2401123046875, 0.248291015625, 0.285888671875, 0.1630859375, 0.145263671875, 0.06182861328125, 0.266845703125, 0.0936279296875, 0.1173095703125, 0.0616455078125, 0.0635986328125, 0.1639404296875, 0.2393798828125, 0.192626953125, 0.06890869140625, 0.1375732421875, 0.11328125, 0.12...
embed
27131774_c0
27131774
fsharp
0
Title: F# issue with async workflow and try/with Problem title: F# issue with async workflow and try/with Tags: try-with, f%23, asynchronous Problem: F# issue with async workflow and try/with I am having a headache trying to put together a simple functionality. Consider the following definitions: type Entity = {Id:int;...
F# issue with async workflow and try/with F# issue with async workflow and try/with try-with f%23 asynchronous Entity Id:int Data:string IRepository SaveAsync Task RollBackAsync INotification notification.SaveAsync Controller repository:IRepository notification:INotification entities:Async Async.AwaitTask repository.Sa...
[ -0.006103515625, 0.0225830078125, 0.004119873046875, -0.009521484375, -0.0128173828125, 0.000926971435546875, -0.002227783203125, 0.01214599609375, -0.00225830078125, -0.0208740234375, -0.007781982421875, 0.04296875, 0.00811767578125, 0.0164794921875, 0.04443359375, -0.00787353515625, ...
[ 563, 4904, 31089, 10, 12654, 238, 4488, 118664, 9790, 76228, 1238, 3742, 101966, 16511, 24799, 4288, 11809, 91693, 32863, 13, 59111, 64944, 9598, 48615, 152470, 818, 41274, 185325, 5464, 272, 27131, 64722, 14688, 77630, 634, 9874, 211258, 159...
[ 0.1121826171875, 0.2119140625, 0.116455078125, 0.0526123046875, 0.25146484375, 0.0875244140625, 0.0845947265625, 0.2181396484375, 0.1756591796875, 0.1170654296875, 0.059356689453125, 0.132080078125, 0.11474609375, 0.06146240234375, 0.02911376953125, 0.05499267578125, 0.01190185546875...
embed
11648638_c0
11648638
fsharp
0
Title: reference the component using the xaml file Problem title: reference the component using the xaml file Tags: f%23, wpf, mvvm Problem: reference the component using the xaml file I would like to act on the View from my ViewModelClass by code, not just modifying the properties, to which the XAML binds to. member x...
reference the component using the xaml file reference the component using the xaml file f%23 wpf mvvm the x.SelectedUdl this.Quotes12.ItemsSource asyncquotes.gethisto Seq.head UserControl.DataContext ViewModel:QuotesViewModel x:Arguments DockPanel QuotesViewModel this:Window ViewModelBase Global FSharpx MainWindow XAML...
[ -0.01153564453125, 0.03955078125, 0.01531982421875, 0.000011146068572998047, 0.003997802734375, 0.003753662109375, 0.01336669921875, -0.01446533203125, 0.0211181640625, -0.04345703125, -0.01031494140625, -0.030517578125, 0.008056640625, 0.01708984375, 0.010009765625, 0.002593994140625,...
[ 91067, 70, 82761, 17368, 2459, 7237, 11435, 1238, 3949, 3742, 148, 39557, 53962, 39, 1022, 100184, 20469, 903, 31583, 1530, 2982, 211235, 12654, 68726, 5176, 864, 31251, 53400, 175904, 22829, 29805, 140290, 100474, 1234, 161824, 55956, 109216, ...
[ 0.278076171875, 0.00152587890625, 0.267822265625, 0.1136474609375, 0.157470703125, 0.225830078125, 0.1710205078125, 0.056243896484375, 0.0209808349609375, 0.1331787109375, 0.01751708984375, 0.111572265625, 0.10888671875, 0.088623046875, 0.06170654296875, 0.1009521484375, 0.0612182617...
embed
57674161_c0
57674161
fsharp
0
Title: F# code invoking a c# method containing a Func parameter behaving strangely Problem title: F# code invoking a c# method containing a Func parameter behaving strangely Tags: f%23, c%23, c%23-to-f%23 Problem: F# code invoking a c# method containing a Func parameter behaving strangely We came across an issue recent...
F# code invoking a c# method containing a Func parameter behaving strangely F# code invoking a c# method containing a Func parameter behaving strangely f%23 c%23 c%23-to-f%23 System Func CSharpLib InputMessageParent Guid this.Id Result ResultString FunctionResult None Good Bad ConfigurationBuilder DoWork TMessage param...
[ -0.008544921875, 0.01104736328125, 0.01007080078125, -0.0157470703125, -0.00185394287109375, 0.002655029296875, 0.001708984375, -0.004791259765625, 0.01556396484375, -0.00836181640625, -0.007415771484375, 0.012451171875, -0.006439208984375, 0.016357421875, 0.0096435546875, -0.011047363...
[ 563, 4904, 18151, 23, 23253, 55300, 70541, 28670, 238, 171859, 186, 528, 6496, 114453, 1238, 3742, 188, 420, 12353, 3467, 254, 104820, 7077, 6011, 28636, 6955, 126684, 71713, 7, 7136, 18621, 12745, 59994, 121137, 984, 108259, 121, 7612, 196...
[ 0.1334228515625, 0.21337890625, 0.1724853515625, 0.052642822265625, 0.121826171875, 0.1278076171875, 0.0950927734375, 0.16259765625, 0.04486083984375, 0.1627197265625, 0.006256103515625, 0.08416748046875, 0.007293701171875, 0.1195068359375, 0.0706787109375, 0.07470703125, 0.033508300...
embed
62715272_c0
62715272
fsharp
0
Title: Problem between one of my binded property and my ActivityIndicator Problem title: Problem between one of my binded property and my ActivityIndicator Tags: c%23-to-f%23, f%23 Problem: Problem between one of my binded property and my ActivityIndicator I'm quite new at using F# and I'm trying to rewrite a full C# l...
Problem between one of my binded property and my ActivityIndicator Problem between one of my binded property and my ActivityIndicator c%23-to-f%23 f%23 Problem ActivityIndicator IsVisible Binding IsLoading IsRunning VerticalOptions Center HorizontalOptions Grid.Row Grid.Column Scale Color ListView x:Name PostsView Item...
[ 0.0019989013671875, 0.0186767578125, -0.0086669921875, -0.00616455078125, -0.00421142578125, 0.0172119140625, 0.018798828125, 0.00070953369140625, 0.0098876953125, -0.044921875, 0.0164794921875, -0.01019287109375, -0.01251220703125, 0.00537109375, 0.0062255859375, -0.00083160400390625,...
[ 15649, 17721, 1632, 111, 68557, 297, 57266, 136, 759, 42902, 2481, 159310, 408, 1290, 27495, 188, 420, 3742, 2071, 6609, 55356, 1843, 33770, 15363, 11, 6238, 163321, 1446, 70760, 39029, 11588, 112639, 31945, 12724, 152653, 51193, 32036, 10047...
[ 0.1607666015625, 0.141845703125, 0.060577392578125, 0.0167083740234375, 0.2144775390625, 0.122314453125, 0.2056884765625, 0.0726318359375, 0.028045654296875, 0.1817626953125, 0.07928466796875, 0.1632080078125, 0.166015625, 0.1195068359375, 0.0197906494140625, 0.09619140625, 0.0108642...
embed
62238779_c0
62238779
fsharp
0
Title: Fable javascript binding issues Problem title: Fable javascript binding issues Tags: f%23, react-native, javascript, fable-f%23 Problem: Fable javascript binding issues I am attempting to make a rudimentary react-native app using the patented fable interop so I can use F# to do the actual coding. The F# portion ...
Fable javascript binding issues Fable javascript binding issues f%23 react-native javascript fable-f%23 TypeError Fable Elmish Fable.React Fable.Core Fable.Core.JsInterop Fable.ReactNative.Types ScreenOptions Title TabBarIcon ReactElement TabBarColor TabBarLabel TabBarAccessibilityLabel TabBarTestId ScreenProps Name Co...
[ -0.00653076171875, 0.01068115234375, -0.01025390625, -0.01416015625, -0.0196533203125, 0.00982666015625, 0.00156402587890625, -0.003082275390625, -0.00921630859375, -0.006256103515625, -0.004119873046875, -0.03857421875, 0.01116943359375, 0.016845703125, 0.0025177001953125, 0.018798828...
[ 563, 2886, 136951, 128239, 37348, 1238, 3949, 3742, 131300, 76, 4935, 1071, 2661, 420, 60457, 18468, 540, 78192, 47013, 50886, 1375, 44851, 2146, 4332, 4645, 196707, 94831, 39029, 48962, 22193, 25267, 2271, 853, 19929, 1484, 26531, 4063, 1113...
[ 0.142822265625, 0.1767578125, 0.273681640625, 0.247314453125, 0.186767578125, 0.030303955078125, 0.0037841796875, 0.08251953125, 0.226806640625, 0.1380615234375, 0.11767578125, 0.11669921875, 0.136962890625, 0.0191497802734375, 0.1156005859375, 0.10699462890625, 0.0511474609375, 0....
embed
18780757_c0
18780757
fsharp
0
Title: My http listener is working in a console project but not in my test Problem title: My http listener is working in a console project but not in my test Tags: f%23 Problem: My http listener is working in a console project but not in my test EDIT for moderators I had this issue this morning, but the problem has bee...
My http listener is working in a console project but not in my test My http listener is working in a console project but not in my test f%23 the httpAgent.fs Server.Core System.Net System.Threading Agent MailboxProcessor HttpAgent HTTP Start CancellationTokenSource Agent.Start tokenSource.Token HttpListener listener.Pr...
[ -0.0113525390625, -0.00103759765625, 0.00384521484375, 0.0179443359375, 0.003387451171875, -0.0194091796875, 0.01177978515625, 0.00946044921875, -0.00067138671875, -0.0281982421875, 0.004608154296875, 0.03515625, -0.00201416015625, 0.006988525390625, 0.046142578125, -0.00811767578125, ...
[ 2646, 1621, 44632, 56, 20697, 23, 130250, 13452, 1284, 959, 759, 3034, 1238, 3949, 3742, 284, 46825, 17447, 22687, 50886, 12353, 24447, 39116, 54603, 11728, 26531, 3062, 135913, 13794, 80392, 1098, 211235, 126597, 47, 154663, 55923, 4028, 126...
[ 0.026275634765625, 0.24609375, 0.265625, 0.1895751953125, 0.1324462890625, 0.055450439453125, 0.244873046875, 0.135986328125, 0.043243408203125, 0.130859375, 0.046875, 0.193115234375, 0.00408935546875, 0.001617431640625, 0.0821533203125, 0.0155792236328125, 0.185302734375, 0.186523...
embed
44587878_c0
44587878
fsharp
0
Title: Using user from OWIN context in Nancy Problem title: Using user from OWIN context in Nancy Tags: f%23, authorization, nancy, owin, katana Problem: Using user from OWIN context in Nancy I've got a Nancy project that is hosted with OWIN. Currently it has its own was of authenticating users. The plan is to change i...
Using user from OWIN context in Nancy Using user from OWIN context in Nancy f%23 authorization nancy owin katana OWIN Using Nancy CreateSPOptions SPOptions spOptions.EntityId EntityId my_service_ID spOptions.ReturnUrl Uri localhost:5012 spOptions.MinIncomingSigningAlgorithm www.w3.org rsa-sha1 ConfigureAuthOptions Kent...
[ -0.016845703125, -0.000690460205078125, -0.00021839141845703125, 0.00518798828125, -0.0021514892578125, 0.021240234375, 0.001556396484375, -0.006591796875, 0.005706787109375, -0.07177734375, -0.01263427734375, 0.0233154296875, -0.00439453125, 0.0038299560546875, 0.002349853515625, 0.01...
[ 345, 6953, 38937, 1295, 180, 108568, 43701, 23, 156946, 1238, 3949, 3742, 42179, 24, 27771, 36, 9494, 3441, 76, 151313, 9434, 39029, 140195, 254, 5213, 5256, 5, 7768, 18, 568, 71, 16511, 759, 22584, 7146, 4332, 987, 19, 48743, 141, 1308...
[ 0.127197265625, 0.07489013671875, 0.228515625, 0.100341796875, 0.1773681640625, 0.312255859375, 0.2685546875, 0.0677490234375, 0.298095703125, 0.01214599609375, 0.0482177734375, 0.1473388671875, 0.1260986328125, 0.1116943359375, 0.1666259765625, 0.08673095703125, 0.2103271484375, 0...
embed