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
1325740_c0
1325740
fsharp
0
Title: F# async web request, handling exceptions Problem title: F# async web request, handling exceptions Tags: async-workflow, f%23 Problem: F# async web request, handling exceptions I'm trying to use async workflows in F# to fetch several web requests. However, some of my requests are occasionally returning errors (e...
F# async web request, handling exceptions F# async web request, handling exceptions async-workflow f%23 System.Net.WebRequest req.GetResponseAsync Async.BuildPrimitive req.BeginGetResponse req.EndGetResponse async_value WebRequest.Create HttpWebResponse StatusCode Async.RunSynchronously Async.Parallel Async.Run F# asyn...
[ -0.0023651123046875, 0.02587890625, 0.006683349609375, -0.0390625, 0.01123046875, 0.00927734375, 0.003570556640625, -0.0036468505859375, -0.004241943359375, 0.006866455078125, 0.01214599609375, 0.0179443359375, 0.002410888671875, -0.01422119140625, 0.0341796875, 0.00176239013671875, ...
[ 563, 4904, 10, 12654, 238, 1467, 50336, 45064, 131527, 18244, 118664, 1238, 3742, 12353, 24447, 30474, 75616, 864, 126, 94399, 121137, 145111, 456, 6820, 152378, 724, 27494, 4002, 56504, 114211, 163321, 217835, 1900, 55292, 1229, 4488, 7647, ...
[ 0.143310546875, 0.220947265625, 0.0335693359375, 0.205322265625, 0.0638427734375, 0.0860595703125, 0.1751708984375, 0.10498046875, 0.2078857421875, 0.0145263671875, 0.206298828125, 0.07025146484375, 0.0953369140625, 0.0173187255859375, 0.05914306640625, 0.038421630859375, 0.082336425...
embed
30294207_c0
30294207
fsharp
0
Title: member function constraint madness Problem title: member function constraint madness Tags: type-constraints, f%23 Problem: member function constraint madness I should probably go to sleep... but all it takes is to make this dang member constraint to be accepted... I think I applied the member function constraint...
member function constraint madness member function constraint madness type-constraints f%23 this.ToJSON ToJSON x.ToString Array.length System.Text.StringBuilder sb.Append element.ToJSON Array.fold arrayToString2 SymbolTable ProductionTable ParserTables InitialTable InitialState this.SymbolTable this.ProductionTable thi...
[ 0.00024127960205078125, 0.00677490234375, 0.00439453125, -0.0028533935546875, -0.01416015625, -0.01385498046875, -0.0098876953125, 0.0198974609375, 0.007354736328125, -0.01806640625, -0.0000400543212890625, -0.002105712890625, 0.01226806640625, -0.0198974609375, 0.01348876953125, -0.01...
[ 32786, 32354, 158, 2816, 4288, 17946, 7432, 10644, 2271, 1238, 3949, 3742, 903, 7763, 1375, 58627, 717, 1022, 71713, 214, 69253, 53, 23986, 12353, 174379, 121137, 39179, 3611, 12830, 42822, 10298, 304, 131899, 618, 2886, 118479, 2392, 19736, ...
[ 0.27001953125, 0.1759033203125, 0.106201171875, 0.19775390625, 0.1160888671875, 0.177001953125, 0.1068115234375, 0.138427734375, 0.07550048828125, 0.042572021484375, 0.00830078125, 0.066162109375, 0.064697265625, 0.1802978515625, 0.09912109375, 0.1407470703125, 0.10693359375, 0.043...
embed
41124442_c0
41124442
fsharp
0
Title: Design or Code Pattern to return multiple optional values from a function Problem title: Design or Code Pattern to return multiple optional values from a function Tags: f%23, design-patterns, c%23, c%23-to-f%23 Problem: Design or Code Pattern to return multiple optional values from a function I keep writing seve...
Design or Code Pattern to return multiple optional values from a function Design or Code Pattern to return multiple optional values from a function f%23 design-patterns c%23 c%23-to-f%23 a Design Pattern Design or Code Pattern to return multiple optional values from a function I keep writing several utility, reusable f...
[ 0.0174560546875, 0.01116943359375, -0.0003490447998046875, 0.030517578125, -0.01220703125, -0.02490234375, -0.005706787109375, -0.0164794921875, 0.007476806640625, 0.0291748046875, -0.00323486328125, -0.01416015625, 0.0084228515625, 0.00848388671875, 0.01495361328125, 0.036376953125, ...
[ 11724, 707, 28864, 9876, 22766, 47, 30646, 48716, 35829, 289, 142424, 1295, 32354, 1238, 3742, 4331, 4453, 27495, 188, 13695, 32562, 19537, 939, 223, 2886, 313, 4904, 52455, 4527, 1810, 18831, 171859, 78301, 4677, 11782, 1314, 756, 12301, 4...
[ 0.2354736328125, 0.0897216796875, 0.196533203125, 0.203369140625, 0.1375732421875, 0.037384033203125, 0.20166015625, 0.264892578125, 0.2354736328125, 0.1593017578125, 0.2037353515625, 0.091796875, 0.185546875, 0.01519775390625, 0.075927734375, 0.2203369140625, 0.1844482421875, 0.02...
embed
30204383_c0
30204383
fsharp
0
Title: Performance of sequences with while vs. for-do comprehensions, compared to direct `IEnumerable<T>` implementation Problem title: Performance of sequences with while vs. for-do comprehensions, compared to direct `IEnumerable<T>` implementation Tags: performance, seq, f%23, ienumerable Problem: Perform...
Performance of sequences with while vs. for-do comprehensions, compared to direct `IEnumerable<T>` implementation Performance of sequences with while vs. for-do comprehensions, compared to direct `IEnumerable<T>` implementation performance seq f%23 ienumerable OutOfMemoryException Performance IEnumerable st...
[ 0.0076904296875, 0.00933837890625, -0.000438690185546875, 0.0026702880859375, -0.0166015625, -0.0123291015625, 0.01446533203125, 0.004150390625, 0.01324462890625, -0.000362396240234375, 0.006378173828125, 0.039794921875, 0.000518798828125, 0.01409912109375, 0.0137939453125, 0.000417709...
[ 94030, 40, 26513, 5170, 678, 12960, 20209, 100, 9, 246, 46683, 3220, 63239, 154186, 8951, 20441, 2606, 56, 2886, 618, 1230, 5386, 208124, 23718, 864, 1238, 3949, 3742, 17, 33, 316, 13538, 132887, 6696, 4514, 63928, 75536, 121431, 254, 238...
[ 0.195556640625, 0.1041259765625, 0.21826171875, 0.07257080078125, 0.119873046875, 0.261962890625, 0.119140625, 0.1502685546875, 0.035003662109375, 0.15576171875, 0.1279296875, 0.1552734375, 0.01483154296875, 0.108642578125, 0.1361083984375, 0.1156005859375, 0.18505859375, 0.1248779...
embed
68729825_c1
68729825
fsharp
1
zipCompressionProviderOptions>( fun (options:GzipCompressionProviderOptions) -> options.Level <- CompressionLevel.Optimal ) |> ignore services.AddCors ( fun o -> o.AddPolicy ( "AllowAll", fun b -> b .SetIsOriginAllowed(fun _ -> true) .AllowAnyMethod() .AllowAnyHeader() .AllowCredentials() |> ignore ) ) |> ignore servic...
zipCompressionProviderOptions>( fun (options:GzipCompressionProviderOptions) -> options.Level <- CompressionLevel.Optimal ) |> ignore services.AddCors ( fun o -> o.AddPolicy ( "AllowAll", fun b -> b .SetIsOriginAllowed(fun _ -> true) .AllowAnyMethod() .AllowAnyHeader() .AllowCredentials() |> ignore ) ) |> ignore servic...
[ -0.03515625, 0.0322265625, 0.0007476806640625, 0.0036163330078125, 0.01141357421875, -0.0098876953125, 0.000946044921875, 0.0004673004150390625, -0.00439453125, 0.02001953125, -0.0062255859375, 0.039794921875, 0.019775390625, 0.0257568359375, -0.00830078125, 0.01416015625, -0.0013198...
[ 68330, 10770, 48448, 177997, 62160, 39029, 5256, 7477, 109585, 724, 50836, 50717, 5267, 2601, 3288, 118, 2749, 124962, 11374, 4028, 50886, 7, 106144, 41566, 43512, 126, 29598, 10384, 16498, 29568, 299, 78572, 13025, 2822, 66357, 153837, 379, ...
[ 0.2110595703125, 0.15478515625, 0.24609375, 0.131591796875, 0.0911865234375, 0.148681640625, 0.0335693359375, 0.1351318359375, 0.135986328125, 0.01324462890625, 0.225830078125, 0.1292724609375, 0.0101318359375, 0.1024169921875, 0.1199951171875, 0.016204833984375, 0.059814453125, 0....
embed
10154849_c0
10154849
fsharp
0
Title: How to connect to SQL Server Compact Edition 4.0 with a type provider in F#? Problem title: How to connect to SQL Server Compact Edition 4.0 with a type provider in F#? Tags: f%23, sql-server-ce, type-providers Problem: How to connect to SQL Server Compact Edition 4.0 with a type provider in F#? I'm attempting t...
How to connect to SQL Server Compact Edition 4.0 with a type provider in F#? How to connect to SQL Server Compact Edition 4.0 with a type provider in F#? f%23 sql-server-ce type-providers How SQL Server Compact Edition SqlConnection Microsoft.FSharp.Data.TypeProviders SqlDataConnection ConnectionString Data Source Path...
[ 0.0118408203125, 0.01458740234375, 0.0184326171875, 0.005828857421875, -0.0021514892578125, 0.005523681640625, -0.021240234375, -0.00885009765625, -0.00701904296875, -0.05859375, -0.02490234375, -0.025146484375, 0.001129150390625, -0.0011138916015625, -0.000659942626953125, -0.00111389...
[ 11249, 47, 37067, 80866, 22687, 191964, 44965, 40401, 678, 10644, 81450, 23, 563, 4904, 10, 1238, 3742, 99247, 39642, 329, 93136, 235603, 7244, 36381, 3467, 254, 137989, 196707, 177997, 62448, 77641, 108421, 187781, 159, 22829, 81887, 63399, ...
[ 0.078369140625, 0.054473876953125, 0.202880859375, 0.19970703125, 0.16796875, 0.2315673828125, 0.15380859375, 0.262939453125, 0.0657958984375, 0.217041015625, 0.224853515625, 0.0521240234375, 0.0975341796875, 0.208251953125, 0.000946044921875, 0.013916015625, 0.03631591796875, 0.15...
embed
47703076_c0
47703076
fsharp
0
Title: Why does this change the order of evaluation in F# Problem title: Why does this change the order of evaluation in F# Tags: lazy-evaluation, memoization, iterator, f%23 Problem: Why does this change the order of evaluation in F# I am working through the Project Euler puzzles ( https://projecteuler.net/ ) using F#...
Why does this change the order of evaluation in F# Why does this change the order of evaluation in F# lazy-evaluation memoization iterator f%23 cache Why Utilities System System.IO System.Reflection Primes Path.GetDirectoryName Assembly.GetExecutingAssembly Location PrimeCache.txt Parses File.ReadAllText Trim text.Spli...
[ -0.017578125, -0.003753662109375, 0.023193359375, -0.00543212890625, 0.01483154296875, 0.0037078857421875, 0.0172119140625, -0.0208740234375, 0.006591796875, -0.0091552734375, -0.00140380859375, 0.0400390625, 0.0255126953125, -0.0224609375, 0.0240478515625, -0.0087890625, -0.01965332...
[ 44084, 14602, 903, 15549, 12989, 111, 219836, 563, 4904, 21, 3285, 159258, 163, 432, 47691, 720, 4597, 1238, 3949, 3742, 82365, 73876, 2449, 12353, 17780, 190015, 133, 56195, 108421, 151169, 211603, 89845, 90788, 441, 46994, 124326, 2392, 427...
[ 0.11181640625, 0.033966064453125, 0.114501953125, 0.2054443359375, 0.188232421875, 0.046661376953125, 0.1982421875, 0.1343994140625, 0.23291015625, 0.0802001953125, 0.1617431640625, 0.158203125, 0.06707763671875, 0.08258056640625, 0.01885986328125, 0.17626953125, 0.08856201171875, ...
embed
6260241_c0
6260241
fsharp
0
Title: Runtime exception(s) when running an F# benchmark on Mono Problem title: Runtime exception(s) when running an F# benchmark on Mono Tags: mono, f%23, benchmarking Problem: Runtime exception(s) when running an F# benchmark on Mono I am trying to compare the performance of a specific F# benchmark running on .NET an...
Runtime exception(s) when running an F# benchmark on Mono Runtime exception(s) when running an F# benchmark on Mono mono f%23 benchmarking System.TypeInitializationException gramException Runtime Mono Unhandled Exception System.Diagnostics.Stopwatch System.InvalidPro Invalid System.Diagnostics.Stopwatch:.cctor End Prog...
[ -0.0003261566162109375, 0.0189208984375, 0.0013427734375, -0.014404296875, 0.01318359375, -0.01055908203125, 0.006195068359375, -0.0067138671875, -0.0303955078125, -0.018798828125, 0.00020503997802734375, 0.00848388671875, 0.00112152099609375, -0.007598876953125, 0.0205078125, 0.001075...
[ 28398, 6032, 131527, 51042, 563, 4904, 240057, 98, 77879, 22460, 1238, 3949, 3742, 12353, 196707, 1890, 63928, 16190, 992, 79628, 5443, 128198, 156095, 35414, 7013, 10752, 18770, 18878, 7663, 24931, 71713, 132, 3229, 31577, 69101, 23718, 17777,...
[ 0.1513671875, 0.14453125, 0.234619140625, 0.1082763671875, 0.133056640625, 0.2471923828125, 0.2353515625, 0.039215087890625, 0.25732421875, 0.1929931640625, 0.08056640625, 0.0260467529296875, 0.143310546875, 0.06500244140625, 0.0894775390625, 0.01318359375, 0.1602783203125, 0.12646...
embed
63073379_c0
63073379
fsharp
0
Title: F# Array.Parallel.map does not provide parallel processing Problem title: F# Array.Parallel.map does not provide parallel processing Tags: parallel-processing, deadlock, f%23, functional-programming, mailboxprocessor Problem: F# Array.Parallel.map does not provide parallel processing I have to simulate a discret...
F# Array.Parallel.map does not provide parallel processing F# Array.Parallel.map does not provide parallel processing parallel-processing deadlock f%23 functional-programming mailboxprocessor Array.Parallel.map AscentStrategy Strategy sequenceOfDepths:seq Seq.initInfinite Seq.scan SeqExtension.takeWhileWithLast Seq.toA...
[ -0.01708984375, 0.01226806640625, -0.0322265625, -0.01409912109375, -0.0181884765625, -0.005950927734375, -0.00003647804260253906, 0.000335693359375, 0.0030670166015625, -0.0264892578125, 0.00799560546875, 0.041015625, 0.0108642578125, 0.01507568359375, 0.01531982421875, 0.009033203125...
[ 563, 4904, 69253, 53, 55292, 1229, 141, 5, 62346, 14602, 959, 22691, 95103, 9433, 214, 63923, 103494, 21135, 1238, 3742, 123309, 28966, 6648, 11728, 16797, 97315, 7832, 944, 254, 503, 864, 48310, 4398, 19279, 128872, 78219, 979, 194583, 761...
[ 0.13623046875, 0.216796875, 0.16552734375, 0.11083984375, 0.10357666015625, 0.1728515625, 0.09716796875, 0.04150390625, 0.226806640625, 0.012359619140625, 0.119140625, 0.1444091796875, 0.255126953125, 0.1361083984375, 0.052642822265625, 0.1434326171875, 0.101318359375, 0.2191162109...
embed
29140323_c0
29140323
fsharp
0
Title: F#: Try-with block for checking whether a regex pattern is valid Problem title: F#: Try-with block for checking whether a regex pattern is valid Tags: regex, f%23 Problem: F#: Try-with block for checking whether a regex pattern is valid I am new to programming and F# is my first .NET language. As a beginner's pr...
F#: Try-with block for checking whether a regex pattern is valid F#: Try-with block for checking whether a regex pattern is valid regex f%23 which Try-with System System.IO System.Text.RegularExpressions Console.WriteLine Please Console.ReadLine File.ReadAllLines Array.reduce Regex.IsMatch Regex.Match matchResults.Grou...
[ -0.0115966796875, -0.0004825592041015625, 0.00750732421875, 0.01373291015625, -0.0069580078125, 0.00408935546875, -0.0035400390625, 0.0135498046875, 0.0257568359375, -0.00384521484375, 0.01104736328125, 0.0269775390625, -0.005584716796875, -0.00170135498046875, 0.0181884765625, 0.02124...
[ 563, 4904, 40858, 76228, 46389, 175199, 36766, 6835, 3355, 103510, 83, 35604, 1238, 3949, 3742, 12353, 17780, 174379, 54601, 178752, 40777, 93232, 30607, 31345, 42724, 43512, 107, 106357, 11678, 29598, 79520, 14858, 10178, 205072, 12638, 50770, ...
[ 0.1197509765625, 0.1981201171875, 0.20703125, 0.23291015625, 0.2060546875, 0.1787109375, 0.0965576171875, 0.152099609375, 0.209228515625, 0.24609375, 0.0880126953125, 0.2020263671875, 0.10064697265625, 0.039154052734375, 0.107666015625, 0.103271484375, 0.1097412109375, 0.0390319824...
embed
32767051_c0
32767051
fsharp
0
Title: Websharper compiler can&#x27;t translate other assemblies Problem title: Websharper compiler can&#x27;t translate other assemblies Tags: websharper, f%23 Problem: Websharper compiler can't translate other assemblies my goal is to simply output a javascript file containing my translated F# library. Nothing more. ...
Websharper compiler can&#x27;t translate other assemblies Websharper compiler can&#x27;t translate other assemblies websharper f%23 Websharper WSLib ReflectedDefinition Class1 this.X Foo WebSharper.Compiler Program Microsoft.FSharp.Quotations IntelliFactory.Core.AssemblyResolution.AssemblyResolver WebSharper.Compiler.F...
[ -0.0269775390625, 0.00836181640625, -0.0125732421875, -0.01019287109375, 0.00811767578125, -0.00860595703125, -0.00726318359375, -0.0194091796875, 0.0003604888916015625, -0.036376953125, -0.021240234375, 0.022705078125, -0.0101318359375, 0.0050048828125, 0.0111083984375, 0.006774902343...
[ 4002, 89280, 1264, 9969, 34759, 831, 3768, 3900, 19309, 3789, 89845, 7121, 1467, 52143, 104820, 53295, 133, 89829, 187423, 943, 35014, 903, 1542, 9572, 31, 3467, 108161, 7663, 7244, 36381, 31583, 24018, 135518, 50886, 166589, 86918, 32001, 53...
[ 0.125732421875, 0.23828125, 0.20556640625, 0.1455078125, 0.185302734375, 0.04205322265625, 0.05670166015625, 0.1593017578125, 0.188720703125, 0.123291015625, 0.1414794921875, 0.08135986328125, 0.0743408203125, 0.10986328125, 0.248046875, 0.09375, 0.131591796875, 0.057891845703125, ...
embed
66100093_c0
66100093
fsharp
0
Title: SAFE-stack with github authorization Problem title: SAFE-stack with github authorization Tags: safe-stack, saturn-framework, f%23, fable-f%23, oauth Problem: SAFE-stack with github authorization I am trying to hide my whole application behind a authentication (I'll deal with authorization when this works), and f...
SAFE-stack with github authorization SAFE-stack with github authorization safe-stack saturn-framework f%23 fable-f%23 oauth SAFE-stack Microsoft.AspNetCore.Hosting.Diagnostics Request HTTP POST localhost:8085 ITodosApi UTF-8 Microsoft.AspNetCore.Authentication.OAuth.OAuthHandler Microsoft.AspNetCore.Authentication.OAut...
[ -0.004852294921875, 0.0257568359375, 0.01104736328125, -0.015625, -0.01904296875, -0.01434326171875, -0.00124359130859375, -0.00921630859375, 0.00946044921875, -0.0291748046875, 0.023681640625, -0.02099609375, -0.005645751953125, 0.0145263671875, 0.01220703125, -0.00946044921875, 0.0...
[ 5377, 30018, 590, 2594, 678, 62270, 32102, 42179, 47691, 9, 46002, 110574, 19, 160328, 18244, 1238, 3949, 3742, 1071, 2661, 36, 916, 7244, 284, 7008, 24447, 50886, 11193, 128198, 75616, 135913, 81903, 4000, 40294, 4836, 12951, 31, 1140, 143...
[ 0.17236328125, 0.27490234375, 0.2200927734375, 0.20361328125, 0.1318359375, 0.16845703125, 0.2333984375, 0.16845703125, 0.06549072265625, 0.018341064453125, 0.211669921875, 0.1871337890625, 0.1373291015625, 0.1142578125, 0.052093505859375, 0.0187835693359375, 0.010894775390625, 0.0...
embed
7184736_c0
7184736
fsharp
0
Title: Why do Record types oblige you to define its members types? Problem title: Why do Record types oblige you to define its members types? Tags: .net, record, functional-programming, f%23 Problem: Why do Record types oblige you to define its members types? It seems Record types oblige you to declare its members type...
Why do Record types oblige you to define its members types? Why do Record types oblige you to define its members types? .net record functional-programming f%23 Why Record Point X:int Y:int X:object Y:object a.X ERROR Why do Record types oblige you to define its members types? It seems Record types oblige you to declare...
[ -0.004852294921875, -0.007476806640625, 0.00946044921875, 0.0028533935546875, -0.00830078125, 0.00341796875, -0.03466796875, 0.00146484375, 0.00775146484375, -0.0027618408203125, -0.0068359375, -0.0166015625, 0.0299072265625, -0.0106201171875, 0.0093994140625, 0.00933837890625, 0.004...
[ 44084, 54877, 52895, 37911, 61924, 43032, 13, 1179, 17164, 123309, 28966, 1238, 3742, 41097, 1193, 4288, 990, 187694, 10, 1542, 151206, 24638, 159978, 168487, 50155, 563, 4904, 840, 11343, 16065, 15490, 19441, 552, 137374, 185190, 12452, 28219,...
[ 0.0819091796875, 0.220947265625, 0.238037109375, 0.1478271484375, 0.185791015625, 0.1826171875, 0.02069091796875, 0.12109375, 0.1834716796875, 0.09307861328125, 0.0614013671875, 0.004180908203125, 0.00555419921875, 0.1322021484375, 0.0252685546875, 0.0792236328125, 0.0648193359375, ...
embed
20639887_c0
20639887
fsharp
0
Title: What does usage at a non-uniform instantiation mean? Problem title: What does usage at a non-uniform instantiation mean? Tags: .net, f%23, generics, mailboxprocessor Problem: What does usage at a non-uniform instantiation mean? I am unable to compile the following code: open Genotype open Genome type IAgent = ab...
What does usage at a non-uniform instantiation mean? What does usage at a non-uniform instantiation mean? .net f%23 generics mailboxprocessor What Genotype Genome IAgent CrossoverA AgentMessage GetEnergy AsyncReplyChannel CrossoverMessage CompareMessage Agent IGenotype LifeEnergy MailboxProcessor inbox.Receive Message ...
[ -0.003448486328125, 0.039794921875, 0.0062255859375, -0.007354736328125, -0.005950927734375, -0.016357421875, -0.0005950927734375, 0.005889892578125, 0.00714111328125, -0.021484375, 0.00121307373046875, 0.004241943359375, 0.00897216796875, -0.0189208984375, 0.0103759765625, -0.00497436...
[ 4865, 14602, 127689, 99, 351, 5980, 5037, 34648, 14, 2320, 29459, 1179, 1238, 3949, 3742, 189534, 6648, 11728, 63923, 748, 129885, 50986, 52597, 13, 87, 46825, 47832, 5465, 284, 54603, 6011, 71185, 12654, 62479, 113307, 21004, 16505, 25919, ...
[ 0.02349853515625, 0.024688720703125, 0.23876953125, 0.1212158203125, 0.1641845703125, 0.10577392578125, 0.21533203125, 0.1146240234375, 0.09747314453125, 0.01348876953125, 0.131103515625, 0.1251220703125, 0.018890380859375, 0.0152130126953125, 0.13037109375, 0.1507568359375, 0.078735...
embed
33914512_c0
33914512
fsharp
0
Title: F# 4.0 with inheritance throwing FS0073 internal error: the mustinline value &#x27;Foo&#x27; was not inferred to have a known value Problem title: F# 4.0 with inheritance throwing FS0073 internal error: the mustinline value &#x27;Foo&#x27; was not inferred to have a known value Tags: compiler-errors, f%23-4.0, i...
F# 4.0 with inheritance throwing FS0073 internal error: the mustinline value &#x27;Foo&#x27; was not inferred to have a known value F# 4.0 with inheritance throwing FS0073 internal error: the mustinline value &#x27;Foo&#x27; was not inferred to have a known value compiler-errors f%23-4.0 inline inheritance f%23 FS0073 ...
[ 0.0086669921875, -0.01708984375, -0.00115966796875, -0.00225830078125, -0.0034942626953125, 0.0106201171875, -0.0005340576171875, -0.0015869140625, 0.0057373046875, -0.0167236328125, 0.000835418701171875, 0.0196533203125, 0.01519775390625, 0.01422119140625, 0.0133056640625, -0.01721191...
[ 563, 4904, 40401, 678, 23, 3334, 217, 7154, 104250, 93774, 77110, 363, 70796, 18499, 8110, 73, 2256, 34292, 3768, 27591, 31, 509, 959, 53498, 47, 765, 51529, 9969, 34759, 188800, 1238, 27495, 151152, 9572, 903, 13036, 11389, 53333, 113771, ...
[ 0.1314697265625, 0.2197265625, 0.2322998046875, 0.03302001953125, 0.10107421875, 0.203369140625, 0.11474609375, 0.0096435546875, 0.06561279296875, 0.1390380859375, 0.1334228515625, 0.1444091796875, 0.1639404296875, 0.1583251953125, 0.170654296875, 0.11376953125, 0.2100830078125, 0....
embed
32585674_c0
32585674
fsharp
0
Title: Composing quoted functions using computation expressions Problem title: Composing quoted functions using computation expressions Tags: quotations, f%23, computation-expression Problem: Composing quoted functions using computation expressions I've looked around and struggled to get an answer to this; I'm sure the...
Composing quoted functions using computation expressions Composing quoted functions using computation expressions quotations f%23 computation-expression computation Composing Workflow Env Result Expr WorkflowSource WorkflowBuilder x.Bind OldResult NewResult __.Return __.ReturnFrom __.Quote EnvironmentContext Random Nex...
[ -0.01251220703125, 0.0140380859375, 0.0062255859375, -0.004425048828125, -0.0086669921875, 0.01214599609375, -0.00133514404296875, -0.0084228515625, 0.016845703125, -0.05810546875, -0.017333984375, 0.01507568359375, 0.002166748046875, 0.00677490234375, 0.0064697265625, 0.0216064453125,...
[ 15612, 232, 66747, 71, 32354, 17368, 181135, 1363, 125195, 81732, 3949, 3742, 204629, 27985, 118664, 357, 334, 126684, 60075, 211235, 121137, 7250, 25074, 7, 7136, 987, 31583, 22904, 686, 1900, 22829, 39643, 4997, 4488, 163321, 96759, 18444, ...
[ 0.1240234375, 0.12744140625, 0.2181396484375, 0.1090087890625, 0.2186279296875, 0.071533203125, 0.1856689453125, 0.05914306640625, 0.251220703125, 0.213134765625, 0.0175323486328125, 0.118896484375, 0.175048828125, 0.06890869140625, 0.2208251953125, 0.07232666015625, 0.2337646484375,...
embed
15223856_c0
15223856
fsharp
0
Title: Sorting Excel rows alphabetically in F# (Office.Interop) Problem title: Sorting Excel rows alphabetically in F# (Office.Interop) Tags: sorting, f%23, office-interop, excel Problem: Sorting Excel rows alphabetically in F# (Office.Interop) I am using the Excel interop in Visual Studio 2010 to try to sort all of th...
Sorting Excel rows alphabetically in F# (Office.Interop) Sorting Excel rows alphabetically in F# (Office.Interop) sorting f%23 office-interop excel the Sorting Excel Office.Interop Accountancy Graduate Trainees Banking Insurance Finance Customer Services Education Health Nursing Legal Management Consultancy Media Creat...
[ 0.023193359375, -0.00146484375, 0.004119873046875, -0.000598907470703125, -0.004150390625, -0.0142822265625, 0.01458740234375, 0.00555419921875, -0.00848388671875, 0.02685546875, -0.004150390625, 0.018798828125, 0.007171630859375, 0.01165771484375, 0.0096435546875, -0.007537841796875, ...
[ 53666, 214, 30326, 15555, 229231, 71407, 563, 4904, 94833, 44851, 2146, 23, 12096, 1238, 3949, 3742, 23179, 10433, 64152, 12133, 61417, 120278, 137879, 4932, 172255, 81163, 124765, 43154, 19102, 10772, 51825, 82077, 4794, 9066, 60687, 27967, 10...
[ 0.2283935546875, 0.051849365234375, 0.2122802734375, 0.2099609375, 0.1846923828125, 0.022247314453125, 0.10382080078125, 0.212890625, 0.1756591796875, 0.1466064453125, 0.182373046875, 0.007354736328125, 0.2188720703125, 0.0672607421875, 0.02288818359375, 0.15185546875, 0.170043945312...
embed
31642295_c0
31642295
fsharp
0
Title: &#x27;while&#x27; in async computation expression where the condition is async Problem title: &#x27;while&#x27; in async computation expression where the condition is async Tags: asynchronous, f%23, sqlclient, sqldatareader Problem: 'while' in async computation expression where the condition is async I'm playing...
&#x27;while&#x27; in async computation expression where the condition is async &#x27;while&#x27; in async computation expression where the condition is async asynchronous f%23 sqlclient sqldatareader sys.databases SqlDataReader.ReadAsync reader.ReadAsync System System.Data.SqlClient System.Threading.Tasks Server Integr...
[ -0.008544921875, -0.004974365234375, 0.019775390625, -0.00390625, 0.01519775390625, 0.0030517578125, 0.001739501953125, 0.00110626220703125, 0.0026092529296875, -0.01708984375, 0.01397705078125, 0.03466796875, -0.00872802734375, -0.01275634765625, 0.0181884765625, -0.0140380859375, 0...
[ 3768, 204610, 23, 10, 12654, 238, 181135, 125195, 7440, 35431, 83, 70, 101966, 1238, 3742, 99247, 222978, 66636, 820, 954, 137989, 31345, 56, 155255, 150, 39116, 48748, 15185, 634, 217, 36635, 9874, 9598, 17481, 7, 7136, 11137, 21389, 51404...
[ 0.11328125, 0.308349609375, 0.005157470703125, 0.05340576171875, 0.2183837890625, 0.0872802734375, 0.1490478515625, 0.1937255859375, 0.03265380859375, 0.212890625, 0.006195068359375, 0.00958251953125, 0.1365966796875, 0.014312744140625, 0.07818603515625, 0.11376953125, 0.158325195312...
embed
51622669_c0
51622669
fsharp
0
Title: F# docker application: A function labeled with the &#x27;EntryPointAttribute&#x27; attribute must be the last declaration in the last file....? Problem title: F# docker application: A function labeled with the &#x27;EntryPointAttribute&#x27; attribute must be the last declaration in the last file....? Tags: visu...
F# docker application: A function labeled with the &#x27;EntryPointAttribute&#x27; attribute must be the last declaration in the last file....? F# docker application: A function labeled with the &#x27;EntryPointAttribute&#x27; attribute must be the last declaration in the last file....? visual-studio f%23 .net-core doc...
[ 0.00016689300537109375, 0.01806640625, -0.0029754638671875, 0.00225830078125, -0.02294921875, -0.002716064453125, -0.004364013671875, -0.00909423828125, -0.00653076171875, 0.0302734375, 0.01422119140625, -0.002471923828125, 0.0024566650390625, 0.0220947265625, 0.0184326171875, -0.00524...
[ 563, 4904, 54, 11050, 38415, 32354, 67967, 678, 3768, 7768, 15123, 147534, 28848, 191145, 150380, 8110, 4568, 21635, 11435, 21176, 52629, 1238, 3742, 1179, 30854, 357, 29048, 58442, 133, 20633, 68107, 231355, 123237, 104165, 5740, 153003, 4002,...
[ 0.1243896484375, 0.21923828125, 0.10247802734375, 0.25537109375, 0.1666259765625, 0.2249755859375, 0.203857421875, 0.03021240234375, 0.1041259765625, 0.07080078125, 0.2044677734375, 0.2008056640625, 0.05908203125, 0.22216796875, 0.2196044921875, 0.1180419921875, 0.21142578125, 0.23...
embed
27223613_c0
27223613
fsharp
0
Title: Better way to get tree representation of directory using F#? Problem title: Better way to get tree representation of directory using F#? Tags: f%23, tail-recursion Problem: Better way to get tree representation of directory using F#? I am new(ish) to F# and am trying to get a tree representation of a filesystem ...
Better way to get tree representation of directory using F#? Better way to get tree representation of directory using F#? f%23 tail-recursion F# Better FSEntry File name:string Directory entries:seq BuildFSDirectoryTreeNonTailRecursive GetEntries directoryInfo:System.IO.DirectoryInfo directoryInfo.EnumerateFileSystemIn...
[ 0.01129150390625, 0.0027618408203125, 0.0184326171875, -0.0107421875, 0.00970458984375, 0.0152587890625, -0.029296875, -0.0242919921875, -0.007568359375, -0.0264892578125, 0.00775146484375, 0.0206298828125, 0.014892578125, 0.031982421875, 0.032958984375, 0.02880859375, 0.002975463867...
[ 177154, 3917, 2046, 53201, 18811, 1363, 111, 14364, 53, 17368, 563, 4904, 1238, 3742, 46741, 107, 48650, 1830, 93774, 7768, 15123, 42724, 9351, 91693, 31068, 112820, 864, 121137, 36381, 184911, 30675, 62731, 59881, 9874, 379, 5844, 20779, 18,...
[ 0.1326904296875, 0.046630859375, 0.042999267578125, 0.2431640625, 0.20361328125, 0.05340576171875, 0.056854248046875, 0.1412353515625, 0.075439453125, 0.06072998046875, 0.128662109375, 0.230224609375, 0.0999755859375, 0.09033203125, 0.2259521484375, 0.07720947265625, 0.157958984375, ...
embed
38748885_c0
38748885
fsharp
0
Title: How do I include multiple arguments for List.filter? Problem title: How do I include multiple arguments for List.filter? Tags: f%23 Problem: How do I include multiple arguments for List.filter? How do I include multiple arguments for List.filter? I need to add some parameters to a function that serves as a predi...
How do I include multiple arguments for List.filter? How do I include multiple arguments for List.filter? f%23 multiple How List.filter Allocated Red Black NUnit.Framework FsUnit Types BlackKing BlackSoldier RedKing RedSoldier Coordinate Piece Space Available Status BlacksTurn RedsTurn BlackWins RedWins Private Some No...
[ -0.0062255859375, 0.021240234375, -0.00152587890625, -0.01263427734375, -0.0035552978515625, -0.0002994537353515625, 0.007293701171875, -0.01416015625, 0.0203857421875, 0.0133056640625, 0.014404296875, 0.0203857421875, -0.010498046875, -0.01104736328125, -0.0164794921875, 0.02490234375...
[ 11249, 26698, 48716, 10750, 7, 32036, 5, 120337, 1238, 3742, 884, 116292, 6096, 10074, 6773, 108386, 18244, 85600, 60457, 605, 214, 102588, 63052, 43297, 10374, 43045, 238204, 56504, 42671, 92049, 86111, 31251, 54376, 8647, 19943, 15190, 171859...
[ 0.0589599609375, 0.1802978515625, 0.2244873046875, 0.243896484375, 0.0550537109375, 0.2044677734375, 0.037811279296875, 0.2445068359375, 0.056976318359375, 0.0909423828125, 0.006622314453125, 0.10223388671875, 0.0750732421875, 0.05694580078125, 0.061676025390625, 0.0212860107421875, ...
embed
6616078_c0
6616078
fsharp
0
Title: Yet Another Value Restriction Question Problem title: Yet Another Value Restriction Question Tags: f%23, type-inference, value-restriction Problem: Yet Another Value Restriction Question In the following code Seq.generateUnique is constrained to be of type ((Assembly -> seq<Assembly>) -> seq<Assembly> -> seq<Ass...
Yet Another Value Restriction Question Yet Another Value Restriction Question f%23 type-inference value-restriction Yet Another Value Restriction Question Seq.generateUnique Assembly System System.Collections.Generic System.Reflection Seq HashSet Seq.filter known.Add Seq.cache Seq.isEmpty Seq.collect AppDomain.CurrentD...
[ -0.0189208984375, 0.00836181640625, 0.014892578125, 0.00020122528076171875, 0.017333984375, -0.01141357421875, -0.01019287109375, -0.004638671875, 0.01434326171875, -0.02783203125, -0.0208740234375, 0.034912109375, 0.0198974609375, -0.0130615234375, 0.01483154296875, -0.001502990722656...
[ 63519, 116267, 190060, 853, 7655, 68185, 3949, 3742, 10644, 69988, 34292, 107, 503, 864, 48281, 67, 1062, 45602, 151169, 12353, 78457, 8996, 135932, 190015, 162087, 120337, 51529, 4028, 134332, 196352, 5659, 24931, 724, 89845, 7121, 39, 126, ...
[ 0.1151123046875, 0.1572265625, 0.1763916015625, 0.05816650390625, 0.1463623046875, 0.141845703125, 0.01708984375, 0.098876953125, 0.18896484375, 0.15771484375, 0.1793212890625, 0.045867919921875, 0.06805419921875, 0.1971435546875, 0.1795654296875, 0.0633544921875, 0.1248779296875, ...
embed
68597323_c0
68597323
fsharp
0
Title: Batch insert in PostgreSQL extremely slow (F#) Problem title: Batch insert in PostgreSQL extremely slow (F#) Tags: f%23, postgresql Problem: Batch insert in PostgreSQL extremely slow (F#) The code is in F#, but it's generic enough that it'll make sense to anyone not familiar with the language. I have the followi...
Batch insert in PostgreSQL extremely slow (F#) Batch insert in PostgreSQL extremely slow (F#) f%23 postgresql Batch PostgreSQL CREATE TABLE NOT EXISTS trades_buffer INDEX idx_instrument idx_ts TradeData Async Result Exception List.map Sql.text t.Instrument.Ticker Sql.timestamp t.Timestamp.DateTime Sql.decimal t.Price t...
[ -0.0166015625, -0.004791259765625, 0.0140380859375, -0.02392578125, -0.007415771484375, -0.00186920166015625, -0.019287109375, -0.02734375, 0.0030975341796875, -0.01495361328125, 0.0234375, -0.0079345703125, 0.0198974609375, -0.0191650390625, -0.0172119140625, 0.0220947265625, -0.005...
[ 21947, 206, 183540, 2795, 7134, 158897, 111531, 72803, 919, 4904, 1238, 3949, 3742, 1305, 17562, 99247, 175151, 384, 183057, 86725, 29426, 35602, 52350, 123759, 51383, 26939, 425, 87705, 933, 64166, 137989, 12654, 126684, 63928, 32036, 62346, 1...
[ 0.1910400390625, 0.0892333984375, 0.255126953125, 0.0986328125, 0.1754150390625, 0.1982421875, 0.1580810546875, 0.2257080078125, 0.0477294921875, 0.161376953125, 0.02154541015625, 0.005340576171875, 0.1290283203125, 0.01348876953125, 0.141357421875, 0.124755859375, 0.093994140625, ...
embed
57688807_c0
57688807
fsharp
0
Title: Add an &quot;abstract&quot; method to (an F#) record Problem title: Add an &quot;abstract&quot; method to (an F#) record Tags: record, abstract, c%23-to-f%23, f%23 Problem: Add an "abstract" method to (an F#) record I have created the following record in an attempt to translate a C# class to F#: type Days = Days...
Add an &quot;abstract&quot; method to (an F#) record Add an &quot;abstract&quot; method to (an F#) record record abstract c%23-to-f%23 f%23 Add Days Value Item Name Expires HandleDevalue Add an "abstract" method to (an F#) record I have created the following record in an attempt to translate a C# class to F#: Thing is ...
[ 0.0038299560546875, 0.0106201171875, 0.01385498046875, -0.0107421875, 0.0030517578125, 0.001495361328125, -0.0294189453125, -0.0013275146484375, 0.0115966796875, -0.0079345703125, 0.01031494140625, 0.004638671875, -0.01202392578125, 0.01251220703125, -0.00775146484375, -0.0019989013671...
[ 29117, 2055, 2816, 15390, 55300, 47, 563, 4904, 17164, 164789, 27495, 188, 420, 3742, 97292, 190060, 78426, 15757, 60075, 50964, 10639, 133, 152108, 50770, 75935, 81887, 3900, 19309, 313, 18507, 3871, 11907, 765, 7514, 11675, 15700, 32354, 61...
[ 0.169677734375, 0.1114501953125, 0.234619140625, 0.1806640625, 0.2371826171875, 0.072998046875, 0.1026611328125, 0.1983642578125, 0.2181396484375, 0.298828125, 0.043182373046875, 0.101806640625, 0.0169525146484375, 0.0767822265625, 0.1995849609375, 0.1942138671875, 0.179443359375, ...
embed
43853731_c0
43853731
fsharp
0
Title: F# interface with Tcl/Tk results in memory corruption Problem title: F# interface with Tcl/Tk results in memory corruption Tags: tcl, garbage-collection, memory-corruption, f%23, tk-toolkit Problem: F# interface with Tcl/Tk results in memory corruption I am writing an F# script that uses Tcl/Tk. Depending on how...
F# interface with Tcl/Tk results in memory corruption F# interface with Tcl/Tk results in memory corruption tcl garbage-collection memory-corruption f%23 tk-toolkit System.Reflection.TargetInvocationException System.AccessViolationException Tcl System System.Runtime.InteropServices Change Literal TclDll Tcl32 tcl86.dll...
[ 0.020751953125, 0.021728515625, -0.009033203125, 0.036376953125, -0.011962890625, -0.0177001953125, -0.01806640625, 0.00180816650390625, 0.007568359375, -0.034912109375, 0.007232666015625, 0.007110595703125, 0.0098876953125, 0.01123046875, 0.0198974609375, -0.0096435546875, 0.0203857...
[ 563, 4904, 101758, 678, 384, 34937, 64, 618, 92, 50339, 98323, 66157, 1830, 808, 3671, 402, 429, 196352, 1238, 3742, 31472, 89110, 9488, 12353, 190015, 133, 63031, 202010, 26531, 6609, 163321, 44851, 2146, 121979, 87377, 135940, 1181, 6460, ...
[ 0.12744140625, 0.2467041015625, 0.23876953125, 0.060028076171875, 0.0716552734375, 0.208740234375, 0.07843017578125, 0.078857421875, 0.1488037109375, 0.1231689453125, 0.217041015625, 0.2294921875, 0.059844970703125, 0.03076171875, 0.0592041015625, 0.1563720703125, 0.0955810546875, ...
embed
27957687_c0
27957687
fsharp
0
Title: DirectShow.Net interfaces issue in F# Problem title: DirectShow.Net interfaces issue in F# Tags: f%23, directshow.net, c%23-to-f%23 Problem: DirectShow.Net interfaces issue in F# So I was looking at this example code for DirectShow.Net, specifically their PlayCap example under the Capture folder example. You can...
DirectShow.Net interfaces issue in F# DirectShow.Net interfaces issue in F# f%23 directshow.net c%23-to-f%23 DirectShow.Net IVideoWindow IMediaControl IMediaEventEx IGraphBuilder ICaptureGraphBuilder2 GetInterfaces this.graphBuilder FilterGraph this.captureGraphBuilder CaptureGraphBuilder2 this.mediaControl this.videoW...
[ -0.00457763671875, 0.0284423828125, -0.00457763671875, 0.01153564453125, -0.01068115234375, -0.01416015625, -0.0157470703125, -0.0034942626953125, -0.0042724609375, -0.003387451171875, -0.004913330078125, -0.0228271484375, -0.006317138671875, 0.01031494140625, 0.0089111328125, 0.013854...
[ 42666, 168660, 24447, 101758, 31089, 23, 563, 4904, 1238, 3742, 8951, 31374, 1179, 27495, 188, 420, 87, 25073, 92049, 24293, 72492, 175904, 192134, 19279, 37878, 121137, 87926, 6644, 304, 20779, 44851, 40404, 903, 41382, 128896, 15644, 14304, ...
[ 0.1793212890625, 0.26904296875, 0.174072265625, 0.250732421875, 0.15234375, 0.029815673828125, 0.1497802734375, 0.228759765625, 0.054931640625, 0.07366943359375, 0.13232421875, 0.2259521484375, 0.130126953125, 0.0248260498046875, 0.100830078125, 0.033843994140625, 0.045379638671875, ...
embed
25361130_c0
25361130
fsharp
0
Title: NuGet - dependency installed but not found Problem title: NuGet - dependency installed but not found Tags: nuget, nuget-spec, f%23, dotnetrdf Problem: NuGet - dependency installed but not found I have a problem with the NuGet package manager. I published my library (a type provider, but I don't think this matter...
NuGet - dependency installed but not found NuGet - dependency installed but not found nuget nuget-spec f%23 dotnetrdf NuGet TypeProviderImplementation Could Version Culture PublicKeyToken Uniko.West.Liteq NpqlRdfProvider NuGet - dependency installed but not found I have a problem with the NuGet package manager. I publi...
[ -0.0194091796875, 0.0234375, 0.0024261474609375, -0.02392578125, -0.023681640625, -0.0096435546875, 0.00109100341796875, -0.005462646484375, -0.008544921875, 0.00732421875, -0.0146484375, -0.0225830078125, -0.00634765625, 0.004425048828125, 0.0205078125, 0.01153564453125, 0.013854980...
[ 1429, 724, 126, 42548, 27771, 20600, 297, 1284, 959, 14037, 315, 3794, 16711, 3949, 3742, 20633, 1179, 420, 60457, 177997, 128878, 19929, 191147, 40647, 105141, 16934, 162429, 1098, 90963, 31, 138271, 99247, 2967, 98169, 31095, 91376, 35773, ...
[ 0.22021484375, 0.194580078125, 0.207763671875, 0.21435546875, 0.1102294921875, 0.1839599609375, 0.0139617919921875, 0.0948486328125, 0.158447265625, 0.1883544921875, 0.1802978515625, 0.236328125, 0.1904296875, 0.00146484375, 0.08306884765625, 0.0909423828125, 0.08917236328125, 0.04...
embed
44359375_c0
44359375
fsharp
0
Title: Allow multiple headers with CORS in Suave Problem title: Allow multiple headers with CORS in Suave Tags: f%23, suave Problem: Allow multiple headers with CORS in Suave I'm trying to get my Suave API to accept CORS requests. I've followed this snippet here: http://www.fssnip.net/mL/title/CORS-response-with-Suave ...
Allow multiple headers with CORS in Suave Allow multiple headers with CORS in Suave f%23 suave Allow CORS Suave Access-Control-Allow-Origin Access-Control-Allow-Headers allow_cors WebPart OPTIONS GET URLs GETting Content-Type Origin localhost:4200 HTTP Access-Control-Allow-Headers:content-type Accept Access-Control-All...
[ 0.00125885009765625, 0.0206298828125, 0.00799560546875, 0.0086669921875, 0.004425048828125, -0.017822265625, 0.0036163330078125, 0.007598876953125, 0.005706787109375, 0.0050048828125, 0.0081787109375, 0.0264892578125, -0.00872802734375, 0.010986328125, 0.005828857421875, -0.00491333007...
[ 41566, 48716, 10336, 1314, 678, 70555, 294, 45384, 272, 3949, 3742, 109829, 40266, 175904, 10384, 13025, 63769, 10517, 7, 4002, 58229, 28023, 79794, 31862, 70870, 196707, 119862, 4000, 40294, 7049, 135913, 69246, 50986, 111383, 6448, 75616, 819...
[ 0.15234375, 0.1839599609375, 0.213134765625, 0.145263671875, 0.03369140625, 0.2105712890625, 0.20068359375, 0.225830078125, 0.2330322265625, 0.0279693603515625, 0.0950927734375, 0.27587890625, 0.1309814453125, 0.1258544921875, 0.08056640625, 0.10650634765625, 0.1256103515625, 0.091...
embed
48953733_c1
48953733
fsharp
1
LayoutSubviews(); DemoCardView.DataSource = this; } public UIView NextCardForCardView(CardView cardView) { //Create a card with a random background color var card = new UIView { BackgroundColor = UIColor.FromRGBA(r(), r(), r()), Frame = DemoCardView.Bounds }; //Rasterize card for more efficient animation card.Layer.Sho...
LayoutSubviews(); DemoCardView.DataSource = this; } public UIView NextCardForCardView(CardView cardView) { //Create a card with a random background color var card = new UIView { BackgroundColor = UIColor.FromRGBA(r(), r(), r()), Frame = DemoCardView.Bounds }; //Rasterize card for more efficient animation card.Layer.Sho...
[ 0.0087890625, 0.033447265625, 0.00830078125, -0.031005859375, 0.0115966796875, -0.0021514892578125, -0.02685546875, -0.00109100341796875, 0.00025177001953125, -0.007049560546875, -0.0157470703125, 0.010009765625, -0.0037994384765625, -0.00958251953125, -0.012939453125, -0.0023040771484...
[ 211032, 96472, 22751, 7, 42506, 156119, 100474, 137989, 211235, 903, 3835, 111481, 4997, 18537, 20596, 16, 4666, 63784, 2182, 10, 678, 96759, 76615, 10576, 285, 3525, 26828, 64330, 10625, 1484, 168407, 8031, 132, 247, 1690, 42557, 13, 5, 70...
[ 0.2293701171875, 0.152587890625, 0.2320556640625, 0.0040283203125, 0.2159423828125, 0.20556640625, 0.286865234375, 0.0587158203125, 0.1617431640625, 0.05682373046875, 0.07281494140625, 0.11865234375, 0.1136474609375, 0.1063232421875, 0.26416015625, 0.0040283203125, 0.00738525390625, ...
embed
28106611_c0
28106611
fsharp
0
Title: How to query for the MailboxProcessor state? Problem title: How to query for the MailboxProcessor state? Tags: mailboxprocessor, f%23 Problem: How to query for the MailboxProcessor state? What I want to implement is to have an agent responsible for manipulating the Map of items. Thats an easy party, but now Im w...
How to query for the MailboxProcessor state? How to query for the MailboxProcessor state? mailboxprocessor f%23 How MailboxProcessor APPLIACATION STATE Map.empty TimeTableEntry TimeTableAgent Internal task.CronExpr CrontabSchedule.Parse Success Failure Cron Map timeTable.ContainsKey entry.Name timeTable.Add Task inbox....
[ -0.003204345703125, 0.0311279296875, 0.0027618408203125, 0.013916015625, -0.0155029296875, -0.017333984375, -0.0024871826171875, 0.006011962890625, -0.0103759765625, -0.0380859375, 0.0201416015625, 0.0230712890625, 0.01080322265625, 0.022705078125, -0.005950927734375, 0.01275634765625,...
[ 11249, 47, 41, 1294, 100, 25919, 11728, 10752, 26531, 748, 11341, 6648, 63923, 3742, 66440, 67991, 144792, 42719, 33548, 19055, 618, 2886, 15123, 46825, 106745, 66211, 1900, 10287, 9843, 15246, 28636, 144053, 190355, 24727, 19, 1733, 25500, 1...
[ 0.0743408203125, 0.0335693359375, 0.136962890625, 0.1634521484375, 0.1248779296875, 0.106201171875, 0.206787109375, 0.08953857421875, 0.155517578125, 0.1683349609375, 0.193359375, 0.0699462890625, 0.150390625, 0.079345703125, 0.0723876953125, 0.0797119140625, 0.09381103515625, 0.18...
embed
6013852_c0
6013852
fsharp
0
Title: refactoring 2 closely coupled methods Problem title: refactoring 2 closely coupled methods Tags: refactoring, f%23 Problem: refactoring 2 closely coupled methods Ok so I'm making a mockup of a distributed system. each instance of mClass (object) is used by 1 thread. Mutable data can't be passed between mClass ob...
refactoring 2 closely coupled methods refactoring 2 closely coupled methods refactoring f%23 mID:id this.ID IDs Some GiveControl this.TakeControl Mutable this.GiveControl List.map Value None TakeControl refactoring 2 closely coupled methods Ok so I'm making a mockup of a distributed system. each instance of mClass (obj...
[ 0.00787353515625, 0.014892578125, -0.007568359375, 0.0211181640625, 0.0098876953125, 0.008544921875, 0.0036163330078125, -0.002227783203125, 0.006988525390625, -0.0174560546875, 0.00628662109375, 0.009033203125, -0.00994873046875, 0.015869140625, -0.0023193359375, 0.0047607421875, 0....
[ 456, 144810, 214, 116, 20903, 538, 24941, 150624, 1238, 3949, 3742, 347, 7146, 532, 903, 11338, 31384, 77878, 175904, 51654, 13, 2758, 22819, 724, 5844, 32036, 62346, 190060, 438, 46673, 8698, 11322, 15917, 5426, 12638, 110527, 140803, 187694...
[ 0.18603515625, 0.235107421875, 0.0166168212890625, 0.1549072265625, 0.1561279296875, 0.0018310546875, 0.1217041015625, 0.204833984375, 0.082275390625, 0.06573486328125, 0.136474609375, 0.1221923828125, 0.140625, 0.08544921875, 0.1263427734375, 0.083984375, 0.01324462890625, 0.23596...
embed
41133002_c0
41133002
fsharp
0
Title: Cannot create ZipArchive in F# Problem title: Cannot create ZipArchive in F# Tags: f%23, compression, unzip, zip Problem: Cannot create ZipArchive in F# I am trying to instantiate a ZipArchive class in System.IO.Compression in an F# project: open System.IO open System.IO.Compression open System.IO.Compression.Fi...
Cannot create ZipArchive in F# Cannot create ZipArchive in F# f%23 compression unzip zip Cannot ZipArchive System.IO.Compression System.IO System.IO.Compression.FileSystem Define Users Downloads DirectoryInfo dirInfo.GetFiles Array.filter x.Extension.Equals FileStream Array.head FullName System.IO.FileMode.Open System....
[ -0.01025390625, 0.0191650390625, 0.0087890625, 0.01708984375, -0.0033111572265625, 0.010498046875, -0.01068115234375, -0.004547119140625, -0.0211181640625, 0.00421142578125, -0.006561279296875, 0.031982421875, 0.00946044921875, 0.003814697265625, 0.01806640625, 0.0078125, -0.00903320...
[ 4171, 10869, 28282, 162150, 219548, 13, 23, 563, 4904, 1238, 3949, 3742, 375, 48448, 51, 50836, 68330, 12353, 17780, 10770, 174350, 84293, 64552, 53400, 4857, 93147, 120337, 1022, 128872, 71723, 42724, 115061, 31251, 9083, 103264, 1511, 3442, ...
[ 0.0628662109375, 0.1173095703125, 0.145263671875, 0.2447509765625, 0.259521484375, 0.1158447265625, 0.04608154296875, 0.1566162109375, 0.2108154296875, 0.0987548828125, 0.021820068359375, 0.131103515625, 0.079345703125, 0.1627197265625, 0.018157958984375, 0.1619873046875, 0.202026367...
embed
2870662_c0
2870662
fsharp
0
Title: SIlverlight Navigate: how does it work? How would you implement in f# w/o VS wizards and helpers? Problem title: SIlverlight Navigate: how does it work? How would you implement in f# w/o VS wizards and helpers? Tags: silverlight-3.0, f%23, silverlight Problem: SIlverlight Navigate: how does it work? How would yo...
SIlverlight Navigate: how does it work? How would you implement in f# w/o VS wizards and helpers? SIlverlight Navigate: how does it work? How would you implement in f# w/o VS wizards and helpers? silverlight-3.0 f%23 silverlight SIlverlight Navigate How Module1 Page1 UserControl FSSilverlightApp Page1.xaml System.Uri S...
[ 0.0123291015625, 0.0157470703125, -0.0032958984375, 0.013427734375, -0.0166015625, 0.0205078125, 0.01556396484375, -0.00787353515625, 0.0164794921875, -0.052978515625, 0.006622314453125, -0.031982421875, -0.00007486343383789062, -0.00958251953125, 0.015869140625, -0.00077056884765625, ...
[ 10000, 141, 814, 20016, 65290, 2182, 12, 3642, 14602, 442, 4488, 11249, 2806, 29479, 1238, 4904, 148, 64, 31, 44160, 44239, 99397, 136, 4358, 1314, 23, 115392, 132265, 3949, 3742, 63014, 418, 14231, 53400, 175904, 93774, 113020, 39179, 3798...
[ 0.0811767578125, 0.1181640625, 0.1490478515625, 0.2225341796875, 0.262451171875, 0.1708984375, 0.0155792236328125, 0.111083984375, 0.06170654296875, 0.044281005859375, 0.1636962890625, 0.131591796875, 0.0528564453125, 0.1783447265625, 0.0775146484375, 0.16259765625, 0.037689208984375...
embed
26206013_c0
26206013
fsharp
0
Title: Is it possible to query for VIP (with endpoint ports) both in emulated compute environment and in cloud &quot;cleanly&quot;? Problem title: Is it possible to query for VIP (with endpoint ports) both in emulated compute environment and in cloud &quot;cleanly&quot;? Tags: azure-web-roles, azure, azure-compute-emul...
Is it possible to query for VIP (with endpoint ports) both in emulated compute environment and in cloud &quot;cleanly&quot;? Is it possible to query for VIP (with endpoint ports) both in emulated compute environment and in cloud &quot;cleanly&quot;? azure-web-roles azure azure-compute-emulator f%23 the VIP PublicIPEndp...
[ 0.0078125, 0.01324462890625, 0.0026397705078125, 0.0147705078125, 0.00177764892578125, 0.011474609375, 0.0020599365234375, 0.005279541015625, 0.0047607421875, -0.0142822265625, 0.00494384765625, 0.019287109375, -0.007598876953125, 0.0230712890625, -0.007293701171875, 0.01312255859375, ...
[ 2071, 442, 7722, 41, 1294, 100, 33881, 76228, 3564, 38496, 11469, 15044, 352, 202, 9969, 6743, 65998, 76746, 11030, 66, 295, 3408, 14051, 516, 58875, 195, 129073, 16934, 10931, 152378, 4153, 219534, 17647, 73720, 2777, 133, 686, 1900, 45475...
[ 0.054229736328125, 0.0231475830078125, 0.179443359375, 0.13525390625, 0.1534423828125, 0.1124267578125, 0.27587890625, 0.0823974609375, 0.110107421875, 0.1517333984375, 0.1224365234375, 0.043731689453125, 0.1094970703125, 0.1422119140625, 0.0889892578125, 0.101806640625, 0.1044311523...
embed
16737675_c0
16737675
fsharp
0
Title: Constraining F# generic function argument to integral types Problem title: Constraining F# generic function argument to integral types Tags: f%23, generics Problem: Constraining F# generic function argument to integral types Let's assume I'm constructing an F# generic function f with a single argument integral ,...
Constraining F# generic function argument to integral types Constraining F# generic function argument to integral types f%23 generics Constraining System.SByte System.Int32 System.Numerics.BigInteger Integral int16 uint16 uint32 int64 uint64 Constraining F# generic function argument to integral types Let's assume I'm c...
[ -0.00494384765625, -0.020263671875, 0.015625, -0.0076904296875, -0.007232666015625, 0.00102996826171875, -0.02783203125, -0.0030059814453125, -0.007171630859375, -0.000942230224609375, 0.00201416015625, -0.0164794921875, -0.015625, 0.00860595703125, 0.021728515625, 0.004119873046875, ...
[ 39215, 118862, 563, 4904, 189534, 32354, 10750, 47, 28970, 52895, 1238, 3742, 12353, 53, 67, 18, 6460, 1991, 28021, 1505, 204681, 23, 2485, 4288, 13307, 41591, 64549, 11001, 484, 109109, 158, 9297, 122009, 2499, 17777, 10644, 36474, 18444, ...
[ 0.121337890625, 0.1949462890625, 0.1168212890625, 0.21875, 0.227294921875, 0.1513671875, 0.2371826171875, 0.0277557373046875, 0.2310791015625, 0.20068359375, 0.115234375, 0.1029052734375, 0.0826416015625, 0.037872314453125, 0.127197265625, 0.0516357421875, 0.15478515625, 0.04135131...
embed
3794731_c1
3794731
fsharp
1
DataContract>] type place = { [<field: DataMember(Name = "country")>] country:string [<field: DataMember(Name = "url")>] url:string [<field: DataMember(Name = "attributes")>] attributes:attributes [<field: DataMember(Name = "country_code")>] country_code:string [<field: DataMember(Name = "full_name")>] full_name:string...
decoding the json string (the below is just a small part of the string ): rel=\\"nofollow\\">TweetDeck\",\"favorited\":false,\"in_reply_to_status_id\":null,\"entities\":{\"hashtags\":[{\"text\":\"frac1\",\"indices\":[117,123]}],\"user_mentions\":[],\"urls\":[]},\"place\":null,\"coordinates\":null,\"geo\":null,\"in_rep...
[ 0.0098876953125, 0.0250244140625, -0.01336669921875, 0.006683349609375, -0.0233154296875, -0.00830078125, -0.0003108978271484375, 0.023193359375, 0.0047607421875, 0.00095367431640625, -0.0211181640625, -0.009765625, 0.017822265625, 0.0118408203125, -0.00567626953125, -0.001861572265625...
[ 8, 587, 6238, 1647, 1681, 79315, 35064, 2831, 7962, 157, 94015, 1177, 126, 120152, 92, 66609, 14, 3674, 8710, 73, 107, 62479, 188, 45215, 532, 139550, 21616, 126234, 75985, 22829, 132076, 418, 19904, 115250, 48636, 65918, 1055, 25002, 23935...
[ 0.1424560546875, 0.177978515625, 0.040863037109375, 0.110107421875, 0.21875, 0.2025146484375, 0.058624267578125, 0.00238037109375, 0.1708984375, 0.0712890625, 0.204833984375, 0.1270751953125, 0.09844970703125, 0.1927490234375, 0.1357421875, 0.1195068359375, 0.07366943359375, 0.0783...
embed
51236991_c0
51236991
fsharp
0
Title: F#: How to navigate between pages in Xamarin.Forms Problem title: F#: How to navigate between pages in Xamarin.Forms Tags: xamarin.forms, f%23 Problem: F#: How to navigate between pages in Xamarin.Forms I I have created a main page like this: namespace Foo open System open Xamarin.Forms open Xamarin.Forms.Xaml t...
F#: How to navigate between pages in Xamarin.Forms F#: How to navigate between pages in Xamarin.Forms xamarin.forms f%23 How Xamarin.Forms Foo System Xamarin.Forms.Xaml MainPage ContentPage base.LoadFromXaml base.Content AbsoluteLayout baseLayout.Children Image Grid navigatonGrid.Children Button NavigationPage Facebook...
[ 0.00157928466796875, 0.037353515625, -0.0086669921875, 0.000885009765625, 0.0002498626708984375, 0.0152587890625, 0.005218505859375, -0.000255584716796875, -0.00860595703125, -0.03857421875, 0.0274658203125, -0.01275634765625, -0.0037841796875, 0.0184326171875, 0.016357421875, -0.01782...
[ 563, 4904, 11249, 56136, 67, 17721, 37967, 23, 8606, 44503, 102973, 2459, 5037, 1238, 3742, 9572, 31, 12353, 1542, 302, 141, 12321, 147101, 70870, 3647, 168407, 25352, 101397, 53, 102656, 22710, 31945, 1507, 19040, 144037, 201940, 1431, 11397...
[ 0.1063232421875, 0.171142578125, 0.06390380859375, 0.2353515625, 0.1103515625, 0.231201171875, 0.2012939453125, 0.0567626953125, 0.1719970703125, 0.240966796875, 0.2158203125, 0.119873046875, 0.207763671875, 0.012969970703125, 0.0628662109375, 0.1112060546875, 0.1136474609375, 0.12...
embed
69895944_c0
69895944
fsharp
0
Title: gRPC with WinHttpHander() &quot;ArgumentException: Illegal characters in path.&quot; Problem title: gRPC with WinHttpHander() &quot;ArgumentException: Illegal characters in path.&quot; Tags: grpc, .net, protobuf-net, protocol-buffers, f%23 Problem: gRPC with WinHttpHander() "ArgumentException: Illegal characters...
gRPC with WinHttpHander() &quot;ArgumentException: Illegal characters in path.&quot; gRPC with WinHttpHander() &quot;ArgumentException: Illegal characters in path.&quot; grpc .net protobuf-net protocol-buffers f%23 ArgumentException WinHttpHander Illegal File.ReadAllText ca.crt client.crt client.key X509Cert X509Certif...
[ -0.00555419921875, -0.0013275146484375, 0.007415771484375, -0.0111083984375, -0.0120849609375, -0.0220947265625, 0.009521484375, -0.0172119140625, -0.002655029296875, -0.020263671875, 0.00213623046875, -0.0074462890625, 0.0150146484375, 0.01544189453125, 0.0084228515625, -0.00512695312...
[ 706, 1052, 12233, 678, 17686, 841, 3062, 254, 135679, 56, 7614, 1234, 19279, 63928, 891, 86966, 124850, 23, 60875, 4452, 57095, 1179, 22664, 978, 420, 91363, 123759, 3742, 112140, 42724, 31345, 43512, 174379, 23282, 19770, 2525, 1126, 2529, ...
[ 0.05584716796875, 0.091552734375, 0.1876220703125, 0.061279296875, 0.1375732421875, 0.05670166015625, 0.0987548828125, 0.0875244140625, 0.1717529296875, 0.1248779296875, 0.0369873046875, 0.1893310546875, 0.046142578125, 0.1519775390625, 0.085205078125, 0.173828125, 0.2147216796875, ...
embed
23628985_c0
23628985
fsharp
0
Title: F#: Advanced use of active patterns Problem title: F#: Advanced use of active patterns Tags: pattern-matching, f%23 Problem: F#: Advanced use of active patterns Here is my problem: I'm trying to write a parser leveraging the power of active patterns in F#. The basic signature of a parsing function is the followi...
F#: Advanced use of active patterns F#: Advanced use of active patterns pattern-matching f%23 Advanced LazyList Token QualName token_stream parse_qualified_name Some id_list new_stream None Tok Cons token.variant parse_subprogram_profile KwProcedure KwFunction qual_name Punc OpeningPar stream_tail F#: Advanced use of a...
[ 0.006866455078125, 0.005523681640625, 0.01025390625, 0.013671875, -0.01104736328125, 0.006103515625, -0.0164794921875, 0.00799560546875, 0.0203857421875, -0.0223388671875, 0.032958984375, 0.004638671875, -0.0074462890625, -0.0027008056640625, 0.01177978515625, -0.003143310546875, 0.0...
[ 563, 4904, 12, 127596, 4527, 36457, 103510, 98753, 1238, 3949, 3742, 239, 3285, 154663, 717, 1098, 23554, 163612, 47, 86429, 366, 184, 71723, 11627, 6562, 3525, 438, 66196, 39215, 162591, 22144, 18749, 58395, 434, 37534, 341, 97249, 7002, 3...
[ 0.1324462890625, 0.22021484375, 0.0218353271484375, 0.1802978515625, 0.0792236328125, 0.238525390625, 0.2467041015625, 0.1468505859375, 0.08660888671875, 0.009613037109375, 0.081298828125, 0.101318359375, 0.1353759765625, 0.131591796875, 0.05218505859375, 0.10699462890625, 0.10003662...
embed
63561015_c0
63561015
fsharp
0
Title: Cannot find AssemblyBuilder methods in F# project Problem title: Cannot find AssemblyBuilder methods in F# project Tags: f%23, assemblies, .net Problem: Cannot find AssemblyBuilder methods in F# project I am trying to use an AssemblyBuilder, in order to generate an assembly in F#, according to https://learn.micr...
Cannot find AssemblyBuilder methods in F# project Cannot find AssemblyBuilder methods in F# project f%23 assemblies .net Cannot AssemblyBuilder System System.Reflection System.Reflection.Emit CILProgram AssemblyName AppDomain.CurrentDomain.DefineDynamicAssembly AssemblyBuilderAccess.RunAndSave assemblyBuilder.Save Proj...
[ -0.0250244140625, 0.01397705078125, 0.0245361328125, 0.00433349609375, -0.0125732421875, -0.0157470703125, -0.0135498046875, 0.00482177734375, -0.0028076171875, 0.000888824462890625, -0.007171630859375, 0.00579833984375, -0.003936767578125, -0.002960205078125, 0.00775146484375, -0.0233...
[ 4171, 10869, 7413, 151169, 53, 121137, 56, 150624, 563, 4904, 13452, 1238, 3949, 3742, 89845, 7121, 1179, 12353, 190015, 133, 647, 4007, 313, 16444, 148968, 163612, 5659, 474, 8331, 187423, 29673, 26531, 163321, 37839, 5464, 38526, 27331, 574...
[ 0.0165252685546875, 0.1199951171875, 0.173583984375, 0.26806640625, 0.1134033203125, 0.2427978515625, 0.1422119140625, 0.2218017578125, 0.11181640625, 0.2166748046875, 0.134033203125, 0.040283203125, 0.000091552734375, 0.1055908203125, 0.1937255859375, 0.089111328125, 0.1370849609375...
embed
63654100_c0
63654100
fsharp
0
Title: Inline C# Object Creation in F# Problem title: Inline C# Object Creation in F# Tags: f%23, initialization, object Problem: Inline C# Object Creation in F# I'm trying to interop with a C# library in some F# code. Consider the following C# as though it were the library I'm working with (or skip below to see the ac...
Inline C# Object Creation in F# Inline C# Object Creation in F# f%23 initialization object Inline Object Creation Options Name SomeProperty ServiceBuilder ApplyOptions Apply TheService Build Valid Approach Test options.SomeProperty SomeValue Invalid theService2 Test2 _.SomeProperty SomeValue2 LoggerConfiguration WriteT...
[ -0.006378173828125, 0.00244140625, 0.00182342529296875, -0.01080322265625, 0.005615234375, -0.007232666015625, -0.001251220703125, -0.0003490447998046875, 0.01202392578125, -0.00335693359375, -0.007659912109375, 0.02978515625, 0.012939453125, -0.0062255859375, 0.0242919921875, -0.02160...
[ 360, 2256, 313, 4904, 134549, 15678, 563, 23, 1238, 3742, 61475, 36746, 152448, 31384, 1264, 12349, 121137, 5659, 538, 39029, 581, 121979, 25447, 8647, 50717, 7013, 70, 304, 64906, 59994, 7623, 11, 28692, 86250, 37905, 14068, 130885, 40294, ...
[ 0.110595703125, 0.2298583984375, 0.009552001953125, 0.2122802734375, 0.242919921875, 0.158203125, 0.14453125, 0.1231689453125, 0.0726318359375, 0.1375732421875, 0.173828125, 0.14794921875, 0.173583984375, 0.046234130859375, 0.1116943359375, 0.117431640625, 0.08465576171875, 0.04492...
embed
26891564_c0
26891564
fsharp
0
Title: F#, FParsec, and Calling a Stream Parser Recursively, Second Take Problem title: F#, FParsec, and Calling a Stream Parser Recursively, Second Take Tags: fparsec, multipart, recursion, f%23 Problem: F#, FParsec, and Calling a Stream Parser Recursively, Second Take Thank you for the replies to my first post and my...
F#, FParsec, and Calling a Stream Parser Recursively, Second Take F#, FParsec, and Calling a Stream Parser Recursively, Second Take fparsec multipart recursion f%23 FParsec Calling Stream Parser Recursively Second Take MultipartMIMEParser System.IO Header Content Post UserState Boundary Default Undefined System.Text.En...
[ -0.0107421875, 0.01190185546875, 0.0093994140625, 0.01226806640625, 0.00970458984375, 0.0145263671875, 0.01239013671875, -0.00970458984375, 0.014404296875, 0.0145263671875, 0.01434326171875, 0.0194091796875, -0.007659912109375, 0.01019287109375, 0.0284423828125, -0.006866455078125, -...
[ 563, 4904, 4, 28636, 39797, 136, 26265, 214, 115061, 2392, 2189, 853, 48650, 5844, 77648, 46673, 1238, 2500, 6024, 17365, 195625, 3949, 3742, 19335, 66820, 12353, 17780, 44816, 70870, 2795, 53400, 135206, 2460, 122385, 1021, 79912, 5983, 1743...
[ 0.1094970703125, 0.2010498046875, 0.0216827392578125, 0.1666259765625, 0.2010498046875, 0.038970947265625, 0.121826171875, 0.01409912109375, 0.1917724609375, 0.1785888671875, 0.21240234375, 0.009765625, 0.1824951171875, 0.117919921875, 0.201416015625, 0.2030029296875, 0.0830078125, ...
embed
12025549_c0
12025549
fsharp
0
Title: Unity and type providers Problem title: Unity and type providers Tags: wpf, type-providers, prism, f%23 Problem: Unity and type providers Upon running the following code, in a project from F# WPF template, to which is added the Nuget Prism module MainApp open System open System.Windows open System.Windows.Contro...
Unity and type providers Unity and type providers wpf type-providers prism f%23 Unity MainApp System System.Windows System.Windows.Controls Microsoft.Practices.Unity Microsoft.Practices.Prism.UnityExtensions FSharpx Shell XAML MainWindow.xaml App Application x.OnStartup base.OnStartup BootStrapper bt.Run UnityBootstrap...
[ 0.016357421875, 0.031494140625, 0.003326416015625, -0.007598876953125, -0.0037994384765625, 0.01019287109375, 0.0242919921875, -0.0184326171875, 0.0079345703125, -0.0279541015625, 0.0025634765625, 0.00970458984375, 0.0264892578125, 0.005615234375, 0.00927734375, -0.005035400390625, 0...
[ 172904, 136, 10644, 81450, 148, 39557, 93136, 14202, 4067, 39, 1238, 3949, 3742, 12321, 39179, 12353, 43342, 175904, 7244, 50344, 49086, 14256, 2481, 33163, 7, 128872, 3467, 88684, 108362, 65415, 39456, 92049, 24293, 3798, 7237, 5659, 104921, ...
[ 0.251953125, 0.1265869140625, 0.208740234375, 0.2413330078125, 0.0042724609375, 0.08526611328125, 0.1649169921875, 0.07659912109375, 0.126953125, 0.126220703125, 0.03314208984375, 0.0223236083984375, 0.114990234375, 0.044586181640625, 0.10137939453125, 0.064453125, 0.06585693359375, ...
embed
8899678_c0
8899678
fsharp
0
Title: How to include a stored procedure in F# Problem title: How to include a stored procedure in F# Tags: sql-server, f%23 Problem: How to include a stored procedure in F# In the following code, I would like to insert or update rows in an SQL table through F#. It takes a matrix of tuple representing users and an asso...
How to include a stored procedure in F# How to include a stored procedure in F# sql-server f%23 a How System.Data.SqlClient.SqlConnection ConfigurationManager.ConnectionStrings.Item Database ConnectionString cnn.Open Definition MySQL System.Data.SqlClient.SqlCommand CommandTimeout comm.ExecuteNonQuery Matrix m.Dimensio...
[ -0.00836181640625, 0.01116943359375, 0.0008087158203125, -0.003936767578125, -0.0032196044921875, 0.00726318359375, -0.00396728515625, -0.007080078125, 0.000545501708984375, -0.044921875, 0.01416015625, 0.02099609375, -0.015380859375, -0.0216064453125, 0.0091552734375, 0.00677490234375...
[ 11249, 26698, 10, 4343, 71, 50491, 23, 563, 4904, 47, 99247, 39642, 1238, 3742, 12353, 150, 235603, 59994, 2982, 187781, 62448, 10713, 103264, 155455, 157146, 12018, 123573, 70059, 211603, 59881, 41732, 194234, 347, 39330, 86725, 144832, 73111,...
[ 0.052093505859375, 0.1800537109375, 0.060546875, 0.2230224609375, 0.1673583984375, 0.261474609375, 0.0673828125, 0.1494140625, 0.2281494140625, 0.005523681640625, 0.130859375, 0.09234619140625, 0.06298828125, 0.07391357421875, 0.00860595703125, 0.05169677734375, 0.03363037109375, 0...
embed
52351418_c0
52351418
fsharp
0
Title: F# Fabulous Xamarin: update view from code without user input Problem title: F# Fabulous Xamarin: update view from code without user input Tags: fabulous, xamarin.forms, f%23 Problem: F# Fabulous Xamarin: update view from code without user input I'm new to Elmish.Xamarin and Xamarin itself. I'm trying to build a...
F# Fabulous Xamarin: update view from code without user input F# Fabulous Xamarin: update view from code without user input fabulous xamarin.forms f%23 code Fabulous Xamarin Clear Initial Digit Error Result Operand OperandOperator OperandOperatorOperand op1 op2 Operator Equals MailboxNetwork gameState.gameFrame Frame G...
[ -0.00110626220703125, 0.0272216796875, 0.0004634857177734375, -0.004638671875, 0.004425048828125, 0.0128173828125, 0.0169677734375, 0.005126953125, 0.00147247314453125, -0.0205078125, 0.005523681640625, -0.0177001953125, -0.007476806640625, -0.0184326171875, 0.0184326171875, -0.0032501...
[ 563, 4904, 3036, 49204, 223, 8606, 44503, 12, 28350, 21455, 1295, 18151, 15490, 38937, 107730, 222522, 2459, 5037, 1238, 3742, 86120, 1890, 51174, 212059, 126684, 16556, 156823, 233, 304, 150922, 71723, 25919, 11728, 6712, 135206, 35311, 108386...
[ 0.07177734375, 0.1573486328125, 0.086669921875, 0.15185546875, 0.0333251953125, 0.15771484375, 0.254150390625, 0.00799560546875, 0.216796875, 0.2371826171875, 0.116943359375, 0.17138671875, 0.1397705078125, 0.1300048828125, 0.1878662109375, 0.20166015625, 0.1357421875, 0.1785888671...
embed
38038932_c0
38038932
fsharp
0
Title: Xamarin android app throws ResourceNotFoundException Problem title: Xamarin android app throws ResourceNotFoundException Tags: xaml, android, f%23, xamarin.android Problem: Xamarin android app throws ResourceNotFoundException Code signals: ResourceNotFoundException, NotFoundException, Xamarin, ERROR, FATAL, UNHA...
Xamarin android app throws ResourceNotFoundException Xamarin android app throws ResourceNotFoundException xaml android f%23 xamarin.android ResourceNotFoundException NotFoundException Xamarin ERROR FATAL UNHANDLED EXCEPTION Android.Content.Res.Resources Resource System.Runtime.ExceptionServices.ExceptionDispatchInfo.Th...
[ -0.02587890625, 0.047607421875, 0.0024261474609375, -0.005218505859375, -0.00182342529296875, 0.00677490234375, 0.03271484375, -0.005706787109375, -0.005859375, -0.0184326171875, 0.02685546875, -0.0263671875, 0.0047607421875, 0.013916015625, 0.033203125, -0.005615234375, -0.009948730...
[ 8606, 44503, 54527, 4027, 104250, 7, 152055, 122116, 27591, 7030, 19279, 63928, 2459, 7237, 1238, 3949, 3742, 51796, 11205, 151206, 24638, 15491, 30487, 8274, 116199, 29426, 136566, 3952, 5, 11935, 25352, 4332, 60427, 12353, 163321, 121979, 444...
[ 0.1993408203125, 0.288330078125, 0.2261962890625, 0.1768798828125, 0.1490478515625, 0.02362060546875, 0.224853515625, 0.1209716796875, 0.12255859375, 0.060302734375, 0.0804443359375, 0.1585693359375, 0.1553955078125, 0.1781005859375, 0.008544921875, 0.01092529296875, 0.1162109375, ...
embed
10357273_c0
10357273
fsharp
0
Title: Type provider calling another dll in F# Problem title: Type provider calling another dll in F# Tags: type-providers, f%23, dll, visual-studio Problem: Type provider calling another dll in F# In the construction of the internal representation for a provided type, I call indirectly in the quotation for the interna...
Type provider calling another dll in F# Type provider calling another dll in F# type-providers f%23 dll visual-studio C Type Pre-bind LOG User Administrator DisplayName Version Culture PublicKeyToken Fully-specified Appbase Program Files x86 Microsoft Visual Studio Common7 IDE Initial PrivatePath Calling Unknown Using ...
[ -0.0013885498046875, 0.0245361328125, -0.01116943359375, 0.01177978515625, -0.018310546875, 0, -0.0032806396484375, 0.006195068359375, -0.00830078125, -0.03857421875, -0.016357421875, 0.00457763671875, -0.0021514892578125, 0.016845703125, 0.031494140625, -0.00154876708984375, 0.01165...
[ 60457, 81450, 159029, 15700, 81717, 23, 563, 4904, 10644, 93136, 14202, 1238, 3949, 3742, 21176, 52629, 313, 1914, 89817, 47510, 53400, 107185, 90045, 40647, 105141, 16934, 162429, 7763, 1098, 9312, 16711, 5659, 37382, 7663, 42724, 15276, 7244,...
[ 0.258544921875, 0.264404296875, 0.164794921875, 0.13623046875, 0.2274169921875, 0.0288238525390625, 0.142333984375, 0.221435546875, 0.2279052734375, 0.1895751953125, 0.037200927734375, 0.072509765625, 0.001922607421875, 0.086181640625, 0.1649169921875, 0.168701171875, 0.0690307617187...
embed
26912904_c0
26912904
fsharp
0
Title: Better understanding of F# Hopac library Problem title: Better understanding of F# Hopac library Tags: multithreading, hopac, f%23 Problem: Better understanding of F# Hopac library I have started using Hopac as an alternative to Async/TPL and I love it. I understand basic usage, but some aspects are still not cl...
Better understanding of F# Hopac library Better understanding of F# Hopac library multithreading hopac f%23 MSDN Better Hopac Alt AutoResetEvent blogs.msdn.com HopacAutoResetEvent Ch.send this.Wait timeout:int Job TimeSpan.FromMilliseconds Timer.Global.timeOut Job.result Ch.Alt.take this.Set Also Set EventWaitHandle Ch...
[ -0.0159912109375, 0.0126953125, 0.005096435546875, -0.00970458984375, -0.019775390625, -0.0128173828125, 0.006805419921875, 0.01171875, 0.005401611328125, -0.01806640625, 0.00052642822265625, 0.01348876953125, 0.0003833770751953125, 0.0166015625, 0.01336669921875, -0.01226806640625, ...
[ 177154, 100094, 563, 4904, 2291, 62268, 35773, 3869, 65847, 739, 1238, 3742, 51671, 10544, 4396, 4332, 3509, 192134, 38115, 3751, 39285, 903, 22489, 1733, 6056, 4288, 32664, 19055, 3180, 168407, 178449, 191633, 13320, 162080, 6032, 79858, 72098...
[ 0.101318359375, 0.0994873046875, 0.0994873046875, 0.2120361328125, 0.160888671875, 0.2227783203125, 0.1693115234375, 0.0987548828125, 0.13232421875, 0.1019287109375, 0.025146484375, 0.0849609375, 0.08062744140625, 0.2056884765625, 0.1607666015625, 0.1202392578125, 0.1971435546875, ...
embed
9290997_c0
9290997
fsharp
0
Title: Model doesn&#x27;t display correctly in XNA Problem title: Model doesn&#x27;t display correctly in XNA Tags: fbx, f%23, xna Problem: Model doesn't display correctly in XNA Model doesn't display correctly in XNA, ignores some bone deformations Reply Quote Edit I am very new to 3D modelling, however I am required ...
Model doesn&#x27;t display correctly in XNA Model doesn&#x27;t display correctly in XNA fbx f%23 xna the Model XNA this.Draw Copy transforms:Matrix Array.zeroCreate model.Bones.Count model.CopyAbsoluteBoneTransformsTo this.Game.GraphicsDevice.BlendState BlendState.Opaque this.Game.GraphicsDevice.DepthStencilState Depth...
[ 0.01361083984375, 0.01806640625, 0.0019073486328125, -0.00390625, -0.01275634765625, 0.017578125, 0.01385498046875, -0.00238037109375, 0.01123046875, -0.0235595703125, 0.00848388671875, -0.02587890625, -0.00113677978515625, 0.0002841949462890625, 0.0159912109375, 0.009765625, 0.02465...
[ 13293, 22027, 3768, 18, 44116, 26785, 23, 1193, 6691, 108642, 425, 1238, 3742, 1022, 76, 903, 81456, 146930, 27198, 87427, 69253, 80510, 63784, 3299, 116858, 90, 108210, 10625, 6493, 98685, 12647, 5037, 107576, 20375, 50771, 135206, 193924, 3...
[ 0.238037109375, 0.0379638671875, 0.0782470703125, 0.032257080078125, 0.1856689453125, 0.142578125, 0.0274658203125, 0.09661865234375, 0.211669921875, 0.08184814453125, 0.08514404296875, 0.010101318359375, 0.03851318359375, 0.0204315185546875, 0.148193359375, 0.0240325927734375, 0.143...
embed
69038706_c0
69038706
fsharp
0
Title: F# Type Provider Set Optional Field With Required Parameter, Getting a &quot;Specified Method is not supported&quot; error Problem title: F# Type Provider Set Optional Field With Required Parameter, Getting a &quot;Specified Method is not supported&quot; error Tags: type-providers, fsharp.data.typeproviders, f%2...
F# Type Provider Set Optional Field With Required Parameter, Getting a &quot;Specified Method is not supported&quot; error F# Type Provider Set Optional Field With Required Parameter, Getting a &quot;Specified Method is not supported&quot; error type-providers fsharp.data.typeproviders f%23 f%23-data Result.mapError Ch...
[ 0.002593994140625, 0.019775390625, 0.009521484375, -0.006622314453125, -0.0250244140625, -0.0106201171875, 0.0032196044921875, -0.02197265625, 0.0079345703125, 0.0235595703125, 0.0001678466796875, 0.01422119140625, 0.0277099609375, -0.00970458984375, 0.0048828125, -0.017578125, 0.036...
[ 563, 4904, 60457, 123089, 42, 19943, 86769, 289, 117657, 17106, 3181, 1720, 29089, 210732, 47107, 47314, 74644, 83, 959, 8060, 18499, 10644, 93136, 1238, 89280, 254, 10135, 50986, 3742, 126684, 5, 62346, 18468, 181948, 24990, 89536, 1021, 159...
[ 0.07373046875, 0.2095947265625, 0.2362060546875, 0.1878662109375, 0.0163726806640625, 0.0765380859375, 0.173583984375, 0.009368896484375, 0.2081298828125, 0.02264404296875, 0.149658203125, 0.05859375, 0.0787353515625, 0.0272674560546875, 0.136962890625, 0.140625, 0.1595458984375, 0...
embed
74644658_c0
74644658
fsharp
0
Title: In Elemish.WPF, can a parameter be sent when modal window is closed? Problem title: In Elemish.WPF, can a parameter be sent when modal window is closed? Tags: elmish-wpf, f%23 Problem: In Elemish.WPF, can a parameter be sent when modal window is closed? I have a MainWindow which opens a modal window (following t...
In Elemish.WPF, can a parameter be sent when modal window is closed? In Elemish.WPF, can a parameter be sent when modal window is closed? elmish-wpf f%23 Elemish.WPF i:Interaction.Triggers i:EventTrigger EventName Closing i:InvokeCommandAction PassEventArgsToCommand Command Binding ClosingCommand CommandParameter Eleme...
[ -0.019775390625, 0.0390625, -0.00494384765625, -0.005584716796875, 0.00848388671875, 0.00084686279296875, 0.015869140625, -0.019775390625, 0.004547119140625, -0.0140380859375, -0.0025787353515625, -0.0308837890625, -0.0162353515625, 0.01226806640625, 0.0181884765625, -0.01470947265625,...
[ 12701, 78192, 1456, 41265, 831, 171859, 9325, 3229, 28020, 76896, 83, 155738, 360, 10, 88, 39557, 1238, 3742, 44851, 44713, 74257, 21407, 192134, 36943, 163612, 51053, 23253, 12018, 28872, 123573, 1843, 55292, 48325, 109816, 110361, 108421, 225...
[ 0.10791015625, 0.2222900390625, 0.043365478515625, 0.1817626953125, 0.106689453125, 0.278564453125, 0.1766357421875, 0.095703125, 0.2286376953125, 0.20068359375, 0.0970458984375, 0.2208251953125, 0.015106201171875, 0.029205322265625, 0.06597900390625, 0.1680908203125, 0.0074768066406...
embed
77524472_c0
77524472
fsharp
0
Title: Cant get XDocument/XmlWriter to write xml file with indents and new line (using XmlProvider underneath) Problem title: Cant get XDocument/XmlWriter to write xml file with indents and new line (using XmlProvider underneath) Tags: xmlwriter, c%23, f%23, linq-to-xml Problem: Cant get XDocument/XmlWriter to write xm...
Cant get XDocument/XmlWriter to write xml file with indents and new line (using XmlProvider underneath) Cant get XDocument/XmlWriter to write xml file with indents and new line (using XmlProvider underneath) xmlwriter c%23 f%23 linq-to-xml XmlProvider Cant XDocument XmlWriter Save XmlWriterSettings Indent Set IndentCha...
[ -0.006805419921875, 0.0089111328125, 0.0137939453125, 0.00147247314453125, -0.0211181640625, 0.0118408203125, -0.01513671875, -0.0098876953125, 0.00183868408203125, 0.035888671875, 0.00762939453125, 0.0167236328125, -0.01806640625, -0.01171875, 0.0196533203125, 0.0031890869140625, -0...
[ 4171, 2046, 1193, 239469, 1542, 7237, 1456, 2783, 56, 33022, 131492, 11435, 678, 18597, 933, 136, 3525, 13315, 177997, 62160, 1379, 86, 10519, 70035, 3742, 44982, 188, 64944, 105548, 37379, 19943, 360, 84068, 2356, 93232, 135679, 23935, 587, ...
[ 0.03472900390625, 0.038818359375, 0.1358642578125, 0.266845703125, 0.0946044921875, 0.174072265625, 0.114501953125, 0.177734375, 0.147216796875, 0.16162109375, 0.252685546875, 0.1361083984375, 0.039794921875, 0.193115234375, 0.1190185546875, 0.06488037109375, 0.1083984375, 0.125488...
embed
58811706_c0
58811706
fsharp
0
Title: Very confused about fields in F# and their access rules as well as initialization Problem title: Very confused about fields in F# and their access rules as well as initialization Tags: f%23 Problem: Very confused about fields in F# and their access rules as well as initialization Let's take this class: type Test...
Very confused about fields in F# and their access rules as well as initialization Very confused about fields in F# and their access rules as well as initialization f%23 Very Test Flag1 DefaultValue Flag2 this.SetFlag this.Flag2 Test2 Inherit this.SetFlag2 Timer MyTimer Callback StartTimer MyTimer.Start DoStuff Very con...
[ 0.00494384765625, -0.00189971923828125, 0.013671875, -0.00787353515625, 0.0196533203125, -0.0037994384765625, -0.004180908203125, -0.00909423828125, 0.015380859375, 0.01953125, 0.00830078125, 0.032958984375, 0.0228271484375, -0.00201416015625, 0.00341796875, -0.0264892578125, 0.00588...
[ 99342, 55681, 5281, 44457, 7, 563, 4904, 17203, 91736, 61475, 47691, 1238, 3949, 3742, 8647, 125726, 418, 262, 1021, 7136, 856, 50770, 304, 903, 294, 126, 3668, 3334, 13320, 56, 2646, 70059, 42, 26265, 12620, 13794, 126597, 984, 21493, 23...
[ 0.1419677734375, 0.07415771484375, 0.03790283203125, 0.25439453125, 0.0430908203125, 0.1395263671875, 0.2587890625, 0.189208984375, 0.14794921875, 0.189453125, 0.0743408203125, 0.0712890625, 0.010223388671875, 0.109130859375, 0.140380859375, 0.1925048828125, 0.07098388671875, 0.096...
embed
29695429_c0
29695429
fsharp
0
Title: How to pattern match on the type of the message received in F# akka.net? Problem title: How to pattern match on the type of the message received in F# akka.net? Tags: pattern-matching, f%23, akka.net Problem: How to pattern match on the type of the message received in F# akka.net? Please see last edit. Apologies...
How to pattern match on the type of the message received in F# akka.net? How to pattern match on the type of the message received in F# akka.net? pattern-matching f%23 akka.net How akka.net Akka.FSharp Actors Akka Akka.Actor Entries List ActorSystem.Create MySystem mailbox.Receive EntryPoint system.AwaitTermination Obj...
[ -0.001953125, 0.0274658203125, -0.00921630859375, -0.01220703125, 0.00262451171875, -0.0252685546875, -0.022705078125, 0.0185546875, 0.0068359375, -0.01336669921875, 0.02392578125, -0.01324462890625, 0.016845703125, -0.00170135498046875, 0.027099609375, 0.00836181640625, 0.0022583007...
[ 11249, 47, 103510, 14858, 98, 10644, 26008, 75204, 563, 4904, 81866, 1179, 98753, 214, 1238, 3742, 62, 5515, 3467, 254, 185617, 284, 18770, 16511, 32036, 84293, 63784, 2646, 6648, 11728, 357, 15123, 147534, 5426, 634, 35484, 91407, 134549, ...
[ 0.0771484375, 0.086181640625, 0.2496337890625, 0.248291015625, 0.0689697265625, 0.1854248046875, 0.15185546875, 0.1082763671875, 0.1002197265625, 0.1761474609375, 0.2161865234375, 0.1636962890625, 0.221923828125, 0.06048583984375, 0.067626953125, 0.093017578125, 0.0550537109375, 0....
embed
60403048_c0
60403048
fsharp
0
Title: Splitting a text into chunks smaller than a specific size, at a newline, in F# Problem title: Splitting a text into chunks smaller than a specific size, at a newline, in F# Tags: f%23 Problem: Splitting a text into chunks smaller than a specific size, at a newline, in F# Let's say I have some text: Lorem ipsum d...
Splitting a text into chunks smaller than a specific size, at a newline, in F# Splitting a text into chunks smaller than a specific size, at a newline, in F# f%23 Splitting Lorem Duis Excepteur Splitting a text into chunks smaller than a specific size, at a newline, in F# Let's say I have some text: What is the most ef...
[ -0.0167236328125, -0.006927490234375, 0.0185546875, 0.0027313232421875, -0.0125732421875, 0.006439208984375, 0.00616455078125, -0.007720947265625, 0.00823974609375, 0.00189971923828125, -0.00787353515625, 0.00057220458984375, -0.01141357421875, -0.02734375, 0.0257568359375, -0.00421142...
[ 46474, 1916, 7986, 3934, 7839, 1224, 164917, 3501, 29458, 13267, 99, 3525, 2256, 563, 4904, 1238, 3949, 3742, 7069, 26044, 146161, 765, 2684, 93766, 3917, 47, 59226, 442, 1022, 390, 1636, 4734, 53383, 2258, 1651, 429, 30646, 32964, 150624, ...
[ 0.2164306640625, 0.0821533203125, 0.2337646484375, 0.1551513671875, 0.212890625, 0.1173095703125, 0.166015625, 0.052703857421875, 0.1185302734375, 0.1278076171875, 0.075927734375, 0.035400390625, 0.150634765625, 0.1044921875, 0.1900634765625, 0.0303955078125, 0.001190185546875, 0.1...
embed
23018081_c0
23018081
fsharp
0
Title: how to solve type constraint mismatch, C# to F# Problem title: how to solve type constraint mismatch, C# to F# Tags: f%23, c%23, covariance Problem: how to solve type constraint mismatch, C# to F# I'm trying to implement some C# code as F# for a p2p application.. I must admit I don't have full understanding of t...
how to solve type constraint mismatch, C# to F# how to solve type constraint mismatch, C# to F# f%23 c%23 covariance TestMessage Message Text Peer p.Subscribe Subscription Callback Console.WriteLine x.Text Peer.Subscribe ISubscription ICachingOptions CachingOptions IContact Contact EntitySet Key Topic Type InvokeCallba...
[ -0.00506591796875, 0.02978515625, -0.004180908203125, 0.007659912109375, -0.010498046875, 0.00139617919921875, -0.021240234375, 0.00830078125, -0.004913330078125, -0.007659912109375, -0.0017852783203125, -0.0157470703125, 0.00543212890625, 0.01141357421875, 0.00151824951171875, 0.00363...
[ 3642, 47, 86869, 10644, 158, 2816, 4288, 1239, 98753, 313, 4904, 563, 1238, 3742, 552, 21690, 8647, 6011, 48205, 24129, 1460, 56, 96472, 34601, 8273, 59478, 26265, 12620, 40777, 93232, 1022, 174379, 87, 934, 39029, 2041, 59207, 233695, 2762...
[ 0.06298828125, 0.1207275390625, 0.171630859375, 0.2293701171875, 0.085693359375, 0.1875, 0.0802001953125, 0.12109375, 0.27490234375, 0.098388671875, 0.22265625, 0.1337890625, 0.081787109375, 0.05364990234375, 0.06646728515625, 0.167724609375, 0.130859375, 0.0740966796875, 0.06982...
embed
27852164_c0
27852164
fsharp
0
Title: F# type inference needs type name but I don&#x27;t know how to provide it Problem title: F# type inference needs type name but I don&#x27;t know how to provide it Tags: f%23-fake, f%23 Problem: F# type inference needs type name but I don't know how to provide it I am an F# noob, so am struggling a bit getting so...
F# type inference needs type name but I don&#x27;t know how to provide it F# type inference needs type name but I don&#x27;t know how to provide it f%23-fake f%23 CreateCSharpAssemblyInfoWithConfig AssemblyInfoFileConfig GenerateClass Target Build TestAssemblyInfo.cs Attribute.Version Attribute.Configuration AssemblyIn...
[ -0.01025390625, 0.006561279296875, 0.0120849609375, 0.00555419921875, -0.015869140625, -0.018798828125, -0.01165771484375, -0.01385498046875, -0.0024871826171875, 0.01153564453125, 0.006195068359375, 0.003936767578125, -0.00872802734375, 0.004669189453125, 0.0172119140625, -0.013061523...
[ 563, 4904, 10644, 53498, 6620, 27117, 9351, 1284, 2301, 3768, 18, 3714, 22691, 1238, 27495, 1021, 151313, 3467, 254, 89845, 38526, 93147, 194583, 83671, 151169, 174350, 155370, 140803, 160017, 121137, 8647, 4439, 191145, 178390, 59994, 28636, 1...
[ 0.1226806640625, 0.2177734375, 0.227294921875, 0.2158203125, 0.05682373046875, 0.127685546875, 0.1812744140625, 0.02069091796875, 0.004486083984375, 0.010986328125, 0.004364013671875, 0.051971435546875, 0.118896484375, 0.05926513671875, 0.005859375, 0.12890625, 0.0863037109375, 0.1...
embed
1693271_c0
1693271
fsharp
0
Title: Can&#x27;t get operator overloading to work with Linq Expression Trees Problem title: Can&#x27;t get operator overloading to work with Linq Expression Trees Tags: f%23, operator-overloading, expression-trees Problem: Can't get operator overloading to work with Linq Expression Trees I am creating Linq expression ...
Can&#x27;t get operator overloading to work with Linq Expression Trees Can&#x27;t get operator overloading to work with Linq Expression Trees f%23 operator-overloading expression-trees Can Linq Expression Trees System.Linq.Expressions DataType NotImplementedYet DataCarrier ScalarCarrier VectorCarrier this.Add Array.map...
[ 0.017333984375, 0.024658203125, -0.002685546875, -0.00604248046875, 0.006317138671875, 0.00048065185546875, 0.020263671875, -0.01177978515625, -0.00433349609375, -0.04931640625, -0.0020751953125, -0.0177001953125, 0.01129150390625, -0.01422119140625, 0, -0.00014400482177734375, -0.01...
[ 4171, 3768, 2046, 39933, 645, 63033, 214, 4488, 678, 339, 44982, 25129, 4804, 90, 3742, 5465, 125195, 2921, 12353, 866, 178752, 11809, 196707, 11205, 128878, 19929, 21851, 25388, 81543, 320, 2609, 903, 4028, 69253, 62346, 137989, 127, 12321, ...
[ 0.05523681640625, 0.051422119140625, 0.01214599609375, 0.251953125, 0.123779296875, 0.2320556640625, 0.07269287109375, 0.088134765625, 0.06298828125, 0.07244873046875, 0.2073974609375, 0.149169921875, 0.2078857421875, 0.0699462890625, 0.02972412109375, 0.07196044921875, 0.20971679687...
embed
22939903_c0
22939903
fsharp
0
Title: Strategy pattern in F# Problem title: Strategy pattern in F# Tags: f%23, functional-programming, strategy-pattern Problem: Strategy pattern in F# In C# I have the following code: public class SomeKindaWorker { public double Work(Strategy strat) { int i = 4; // some code ... var s = strat.Step1(i); // some more c...
Strategy pattern in F# Strategy pattern in F# f%23 functional-programming strategy-pattern Strategy SomeKindaWorker Work strat.Step1 strat.Step2 Step1 Step2 StrategyA StrategyB Strategy pattern in F# In C# I have the following code: This is a piece of code that can do some kind of work by using a provided strategy obje...
[ -0.0091552734375, 0.0162353515625, -0.00714111328125, -0.0015106201171875, -0.00360107421875, 0.00408935546875, 0.0016326904296875, -0.00494384765625, 0.02734375, -0.0002040863037109375, 0.00124359130859375, 0.033935546875, -0.019287109375, 0.00167083740234375, 0.009521484375, 0.020874...
[ 7832, 67, 3432, 103510, 563, 4904, 1238, 3742, 123309, 28966, 113857, 4453, 22766, 31384, 605, 22429, 108259, 56, 27985, 48358, 191644, 418, 304, 50478, 284, 571, 23, 360, 313, 25632, 18151, 63847, 831, 54, 4488, 17368, 62952, 36746, 26292,...
[ 0.138671875, 0.1544189453125, 0.0256500244140625, 0.2357177734375, 0.135009765625, 0.2215576171875, 0.062164306640625, 0.0867919921875, 0.1573486328125, 0.0650634765625, 0.2181396484375, 0.142578125, 0.022216796875, 0.05377197265625, 0.045989990234375, 0.09613037109375, 0.1220703125,...
embed
15617073_c0
15617073
fsharp
0
Title: Hash-consing in F# and weak hash tables in .net Problem title: Hash-consing in F# and weak hash tables in .net Tags: hashmap, .net, f%23, hashset Problem: Hash-consing in F# and weak hash tables in .net Hash-consing consists in keeping in memory only one copy of a given object ; that is, if two objects are seman...
Hash-consing in F# and weak hash tables in .net Hash-consing in F# and weak hash tables in .net hashmap .net f%23 hashset Hash-consing System.Collections.Generic.Dictionary Dictionary WeakReference System.Runtime.CompilerServices.ConditionalWeakTable ConditionalWeakTable GetHashCode Hash-consing in F# and weak hash tab...
[ -0.0260009765625, 0.022705078125, 0.005767822265625, -0.004302978515625, -0.003387451171875, -0.0196533203125, -0.01513671875, 0.00927734375, -0.003936767578125, -0.0244140625, -0.00408935546875, 0.026123046875, 0.004638671875, 0.026123046875, 0.02490234375, 0.0067138671875, 0.005676...
[ 162087, 9, 25553, 214, 23, 563, 4904, 136, 642, 344, 1556, 127, 23180, 1179, 256, 80425, 254, 1238, 3949, 3742, 3509, 12353, 78457, 8996, 135932, 10763, 147638, 1401, 4332, 69988, 108161, 121979, 428, 12137, 618, 2886, 46347, 20779, 6495, ...
[ 0.2296142578125, 0.05767822265625, 0.2335205078125, 0.195556640625, 0.0426025390625, 0.121826171875, 0.214111328125, 0.052337646484375, 0.154296875, 0.171875, 0.128662109375, 0.04266357421875, 0.18603515625, 0.1568603515625, 0.1136474609375, 0.0150909423828125, 0.07220458984375, 0....
embed
20284177_c0
20284177
fsharp
0
Title: Verifying a set of objects have been mapped correctly Problem title: Verifying a set of objects have been mapped correctly Tags: autofixture, f%23 Problem: Verifying a set of objects have been mapped correctly I'm looking for a clean set of ways to manage Test Specific Equality in F# unit tests . 90% of the time...
Verifying a set of objects have been mapped correctly Verifying a set of objects have been mapped correctly autofixture f%23 Verifying Set.ofSeq KeyA DateTime.Today KeyB DateTime.Today.AddDays KeyC a:string a.ToLower Seq.map MyMagicMapper Assert DateTime Likeness Source Destination ItemX Tuple Expression Object.Equals ...
[ -0.00543212890625, 0.0076904296875, 0.0093994140625, 0.01287841796875, -0.0133056640625, -0.023681640625, -0.0103759765625, 0.0031585693359375, 0.0250244140625, 0.036376953125, -0.0036163330078125, 0.03466796875, 0.01080322265625, 0.002655029296875, 0.008056640625, -0.010986328125, -...
[ 1446, 151138, 5423, 36746, 7, 765, 2809, 291, 48398, 26785, 1809, 55923, 6644, 1238, 3949, 3742, 19943, 4390, 4233, 864, 26824, 25512, 70059, 7763, 5636, 571, 4028, 97141, 6488, 62346, 2646, 54084, 4613, 8079, 1301, 33657, 18852, 77641, 145...
[ 0.201416015625, 0.12646484375, 0.1185302734375, 0.17724609375, 0.00042724609375, 0.051666259765625, 0.0733642578125, 0.19482421875, 0.166015625, 0.170654296875, 0.13525390625, 0.1346435546875, 0.02337646484375, 0.058197021484375, 0.002777099609375, 0.0888671875, 0.140380859375, 0.1...
embed
64848288_c0
64848288
fsharp
0
Title: How to help type inference using C# classes in F# Problem title: How to help type inference using C# classes in F# Tags: c%23, f%23, type-inference Problem: How to help type inference using C# classes in F# Using bouncy castle v.1.0.1 which is written in C# I'm having issues with type inference. The C# code has ...
How to help type inference using C# classes in F# How to help type inference using C# classes in F# c%23 f%23 type-inference C# How Definitions IParameters TAlg Algorithm SignatureParameters TParam DAlg Parameters ISignatureParameters DigestAlgorithm SignatureFactory ISignatureFactoryService ISignatureFactory CreateSig...
[ 0.0128173828125, 0.00396728515625, -0.013671875, -0.00054168701171875, -0.0208740234375, 0.0067138671875, -0.019287109375, -0.006072998046875, 0, 0.00098419189453125, -0.0186767578125, -0.006591796875, -0.01092529296875, 0.025390625, 0.00063323974609375, -0.0230712890625, -0.00976562...
[ 11249, 47, 4358, 10644, 53498, 6620, 17368, 313, 4904, 61112, 23, 563, 3949, 3742, 1238, 73, 69988, 155455, 87, 55292, 29089, 12998, 14686, 109847, 2783, 26729, 141762, 38457, 1720, 872, 49688, 525, 6504, 8962, 135518, 121979, 151313, 218723,...
[ 0.072998046875, 0.05767822265625, 0.1920166015625, 0.243896484375, 0.222412109375, 0.127197265625, 0.0899658203125, 0.07525634765625, 0.23388671875, 0.1925048828125, 0.043182373046875, 0.128173828125, 0.031402587890625, 0.0931396484375, 0.0655517578125, 0.0178680419921875, 0.17749023...
embed
36104457_c0
36104457
fsharp
0
Title: Why isn&#x27;t my ValueConverter being triggered? Problem title: Why isn&#x27;t my ValueConverter being triggered? Tags: f%23, wpf Problem: Why isn't my ValueConverter being triggered? Why isn't my ValueConverter being triggered? My value-converter is triggered when the constructor of my view-model is executed. ...
Why isn&#x27;t my ValueConverter being triggered? Why isn&#x27;t my ValueConverter being triggered? f%23 wpf Why ValueConverter this.Cells Map.toSeq Seq.map Seq.toList ViewModel ViewModelBase State Alive _cells this.Play DelegateCommand Async.RunSynchronously ICommand base.NotifyPropertyChanged System.ComponentModel Mi...
[ -0.0208740234375, 0.0179443359375, 0.015380859375, 0.0205078125, 0.0033416748046875, -0.006256103515625, 0.01031494140625, -0.00506591796875, 0.003326416015625, 0.0029296875, -0.017333984375, 0.037353515625, -0.006805419921875, 0.01953125, 0.006103515625, 0.000919342041015625, -0.002...
[ 44084, 56112, 3768, 18, 759, 190060, 11935, 814, 720, 8035, 185553, 297, 3742, 39557, 903, 441, 88510, 42719, 188, 864, 62346, 29805, 140290, 63473, 22836, 2132, 34680, 97054, 228532, 12018, 12654, 163321, 217835, 1900, 3647, 122116, 40383, 1...
[ 0.10107421875, 0.1209716796875, 0.053375244140625, 0.09588623046875, 0.0667724609375, 0.2587890625, 0.078369140625, 0.2080078125, 0.1934814453125, 0.061370849609375, 0.2247314453125, 0.08380126953125, 0.011688232421875, 0.057373046875, 0.0716552734375, 0.022857666015625, 0.1064453125...
embed
41323129_c0
41323129
fsharp
0
Title: async mvvm freezes GUI Problem title: async mvvm freezes GUI Tags: asynchronous, f%23, mvvm Problem: async mvvm freezes GUI My objective is to start a GUI effect, await some async work without freezing the GUI do a final GUI effect I've prepared a first demo code using a viewmodel with the following member this....
async mvvm freezes GUI async mvvm freezes GUI asynchronous f%23 mvvm GUI this.RunSetStatus this.Status Start DateTime.Now.ToString yy.MM.dd hh:mm:ss Async.Sleep Reset Async.StartImmediate this.CheckReport ServiceEndpoint ContractDescription.GetContract IClaimService BasicHttpBinding EndpointAddress ChannelFactory facto...
[ -0.01141357421875, 0.01434326171875, 0.00958251953125, -0.002685546875, 0.006378173828125, 0.005615234375, 0.0140380859375, -0.0062255859375, -0.002166748046875, -0.0123291015625, 0.00152587890625, 0.02880859375, 0.00921630859375, 0.0001850128173828125, 0.003265380859375, 0.00130462646...
[ 10, 12654, 238, 347, 53962, 39, 4092, 13105, 195490, 101966, 1238, 3949, 3742, 903, 163321, 294, 126, 135206, 13794, 70059, 137594, 71713, 51659, 133, 4517, 9624, 126597, 12333, 202567, 56829, 12349, 152378, 38496, 149957, 59478, 39989, 55115, ...
[ 0.047119140625, 0.2174072265625, 0.04339599609375, 0.0684814453125, 0.218017578125, 0.1585693359375, 0.2093505859375, 0.1683349609375, 0.28125, 0.1278076171875, 0.02349853515625, 0.02587890625, 0.1505126953125, 0.0662841796875, 0.0269927978515625, 0.038177490234375, 0.03173828125, ...
embed
36954741_c0
36954741
fsharp
0
Title: How to use GitVersion Environment variables Problem title: How to use GitVersion Environment variables Tags: f%23-fake, f%23, gitversion, appveyor, environment-variables Problem: How to use GitVersion Environment variables I have a project which I used to build via AppVeyor. The build sequence was the following:...
How to use GitVersion Environment variables How to use GitVersion Environment variables f%23-fake f%23 gitversion appveyor environment-variables How GitVersion Environment tofile.nuspec Version env:GitVersion_InformationalVersion Value Clean Choco.IsAvailable RestorePackages BuildApp CreatePackage Default Target gitver...
[ -0.01904296875, 0.01129150390625, -0.0015106201171875, -0.0126953125, 0.0037078857421875, -0.004730224609375, 0.00109100341796875, -0.0238037109375, -0.00311279296875, 0.01507568359375, 0.0184326171875, 0.03271484375, 0.017333984375, 0.01031494140625, 0.002105712890625, -0.002578735351...
[ 11249, 47, 4527, 527, 217, 178390, 357, 686, 1900, 674, 77336, 7, 1238, 27495, 1021, 3949, 3742, 62270, 46354, 4027, 272, 13437, 65998, 21690, 19736, 29822, 5, 539, 16711, 40647, 22, 334, 724, 205169, 190060, 73133, 4960, 587, 29598, 4547...
[ 0.1014404296875, 0.0897216796875, 0.1875, 0.1541748046875, 0.1988525390625, 0.273681640625, 0.051544189453125, 0.1434326171875, 0.14892578125, 0.06719970703125, 0.279296875, 0.020751953125, 0.0311431884765625, 0.04840087890625, 0.1302490234375, 0.000946044921875, 0.057342529296875, ...
embed
57477696_c0
57477696
fsharp
0
Title: Can F# functions be specialized at runtime? Problem title: Can F# functions be specialized at runtime? Tags: reflection, functional-programming, f%23 Problem: Can F# functions be specialized at runtime? Let's assume I have an F# function that's supposed to run both locally and remotely. I want to create a proxy ...
Can F# functions be specialized at runtime? Can F# functions be specialized at runtime? reflection functional-programming f%23 Can proxy_local FSharpFunc Call Lambdas List.map List.head Type Not proxy_remote Expr What MethodInfo call1 method.Invoke call2 proxy1 proxy2 __.Invoke MakeGenericType methodInfo.ReturnType t.G...
[ 0.01171875, 0.0283203125, 0.01239013671875, -0.032470703125, -0.0108642578125, 0.0093994140625, -0.0145263671875, -0.0152587890625, 0.00640869140625, -0.01458740234375, -0.010986328125, 0.0059814453125, -0.0216064453125, -0.004852294921875, 0.005279541015625, 0.0203857421875, 0.01501...
[ 4171, 563, 4904, 32354, 186, 5361, 29367, 99, 11675, 6032, 7, 44961, 1830, 123309, 28966, 1238, 3742, 502, 50878, 98908, 93774, 3467, 254, 97249, 238, 26265, 122930, 1124, 32036, 62346, 31251, 60457, 11205, 26973, 74644, 93147, 11782, 55300, ...
[ 0.10333251953125, 0.1572265625, 0.261474609375, 0.2293701171875, 0.0308074951171875, 0.2230224609375, 0.178955078125, 0.0692138671875, 0.135498046875, 0.192626953125, 0.059814453125, 0.1717529296875, 0.0139617919921875, 0.14208984375, 0.05859375, 0.0931396484375, 0.043731689453125, ...
embed
1731623_c0
1731623
fsharp
0
Title: F# Asp.Net CodeDom ProviderOptions Issue Problem title: F# Asp.Net CodeDom ProviderOptions Issue Tags: codedom, model-view-controller, iis, f%23, asp.net-mvc Problem: F# Asp.Net CodeDom ProviderOptions Issue I'm creating an ASP.NET MVC application using F# on IIS 7. When I attempt to run it from the browser, I'm...
F# Asp.Net CodeDom ProviderOptions Issue F# Asp.Net CodeDom ProviderOptions Issue codedom model-view-controller iis f%23 asp.net-mvc WarnAsError Asp.Net CodeDom ProviderOptions Issue IDictionary CodeDomProvider CreateCodeDomProviderWithPropertyOptions Type Dictionary GetProviderOptions Snip system.codedom Microsoft.FSh...
[ -0.0157470703125, 0.00323486328125, -0.00116729736328125, -0.02734375, -0.0133056640625, -0.019287109375, -0.004058837890625, -0.01708984375, -0.01202392578125, -0.0269775390625, -0.030517578125, -0.005828857421875, 0.0068359375, 0.002044677734375, 0.024169921875, -0.0140380859375, 0...
[ 563, 4904, 1301, 254, 24447, 28864, 106098, 123089, 42, 39029, 223317, 18151, 3815, 3299, 22751, 81988, 603, 17, 164, 1238, 3742, 237, 1179, 66357, 5550, 19659, 18468, 11338, 14, 10763, 177997, 151313, 114211, 62160, 194583, 10752, 1264, 6045...
[ 0.1326904296875, 0.1669921875, 0.0309295654296875, 0.092529296875, 0.12646484375, 0.168701171875, 0.23046875, 0.1802978515625, 0.084228515625, 0.2249755859375, 0.1390380859375, 0.1478271484375, 0.2103271484375, 0.1944580078125, 0.186279296875, 0.14697265625, 0.0228118896484375, 0.0...
embed
58838212_c0
58838212
fsharp
0
Title: Retrieving data from Azure Table Storage using Azure Cosmos Library in the FSI Fails Problem title: Retrieving data from Azure Table Storage using Azure Cosmos Library in the FSI Fails Tags: azure-cosmosdb, azure-table-storage, azure-tablequery, f%23 Problem: Retrieving data from Azure Table Storage using Azure ...
Retrieving data from Azure Table Storage using Azure Cosmos Library in the FSI Fails Retrieving data from Azure Table Storage using Azure Cosmos Library in the FSI Fails azure-cosmosdb azure-table-storage azure-tablequery f%23 Azure Retrieving Table Storage Cosmos Library FSI Fails Install-Package Microsoft.Azure.Cosmo...
[ 0.004669189453125, 0.007598876953125, -0.0034942626953125, 0.022705078125, -0.01263427734375, -0.0194091796875, 0.022216796875, 0.0023651123046875, -0.01336669921875, -0.00836181640625, 0.01287841796875, 0.020751953125, -0.0027008056640625, -0.010986328125, 0.0267333984375, 0.006652832...
[ 853, 97351, 2053, 1295, 176071, 112997, 208071, 170637, 7, 103835, 563, 9902, 190355, 295, 3408, 7840, 840, 48073, 22819, 140464, 944, 1238, 3949, 3742, 107951, 205956, 7244, 219534, 10625, 618, 2886, 40647, 2043, 66589, 73011, 138410, 1828, ...
[ 0.06170654296875, 0.1639404296875, 0.123291015625, 0.0301513671875, 0.226806640625, 0.2208251953125, 0.1661376953125, 0.2115478515625, 0.07342529296875, 0.1817626953125, 0.10540771484375, 0.1690673828125, 0.188720703125, 0.0791015625, 0.1478271484375, 0.0750732421875, 0.148193359375,...
embed
43253226_c0
43253226
fsharp
0
Title: Can I pass a &#x27;T[] parameter to a function that wants obj[] without using `Array.map box`? Problem title: Can I pass a &#x27;T[] parameter to a function that wants obj[] without using `Array.map box`? Tags: arrays, covariance, f%23 Problem: Can I pass a 'T[] parameter to a function that wants obj[] without u...
Can I pass a &#x27;T[] parameter to a function that wants obj[] without using `Array.map box`? Can I pass a &#x27;T[] parameter to a function that wants obj[] without using `Array.map box`? arrays covariance f%23 InvalidCastException Can Array.map Node TreeNode LeafNode array:obj Array.create Literals.blockSize InCurre...
[ -0.00885009765625, 0.0277099609375, -0.006256103515625, -0.00830078125, -0.006317138671875, -0.02099609375, -0.0220947265625, -0.013671875, -0.014892578125, -0.0244140625, 0.004364013671875, 0.003570556640625, -0.0089111328125, -0.02490234375, 0.00457763671875, -0.030029296875, 0.013...
[ 4171, 87, 27875, 3768, 618, 1065, 171859, 32354, 86171, 995, 170, 15490, 7614, 7092, 62346, 16530, 10298, 4778, 552, 21690, 7154, 1238, 3742, 7013, 174830, 63928, 69253, 5, 438, 112, 101344, 5021, 2407, 53, 3522, 7612, 135940, 81409, 127167...
[ 0.093994140625, 0.0205078125, 0.1429443359375, 0.051605224609375, 0.1844482421875, 0.1285400390625, 0.223388671875, 0.17919921875, 0.137939453125, 0.1558837890625, 0.1976318359375, 0.049163818359375, 0.036163330078125, 0.143798828125, 0.17822265625, 0.1634521484375, 0.09735107421875,...
embed
33448485_c0
33448485
fsharp
0
Title: Defining generic conversion to and from measurement units in F# to their underlying types Problem title: Defining generic conversion to and from measurement units in F# to their underlying types Tags: type-conversion, generics, f%23, units-of-measurement Problem: Defining generic conversion to and from measureme...
Defining generic conversion to and from measurement units in F# to their underlying types Defining generic conversion to and from measurement units in F# to their underlying types type-conversion generics f%23 units-of-measurement measurement m Defining Measure Meter AutoOpen Convert explicit_convert op_Explicit Defini...
[ -0.0218505859375, 0.0140380859375, 0.01055908203125, -0.0113525390625, -0.01190185546875, -0.0208740234375, -0.01190185546875, -0.0028076171875, 0.027587890625, -0.007171630859375, -0.01519775390625, 0.0030975341796875, 0.00872802734375, -0.005615234375, 0.00909423828125, 0.00101470947...
[ 88606, 189534, 142477, 47, 136, 1295, 72350, 674, 25072, 563, 4904, 1379, 538, 52895, 449, 10644, 2271, 46354, 1238, 3949, 3742, 37440, 56851, 347, 1215, 11, 72812, 4396, 103264, 1657, 11549, 143726, 233, 55992, 23468, 96760, 34292, 4420, 1...
[ 0.162841796875, 0.2646484375, 0.22412109375, 0.08740234375, 0.035980224609375, 0.0908203125, 0.1888427734375, 0.01885986328125, 0.172119140625, 0.10400390625, 0.1927490234375, 0.15380859375, 0.0780029296875, 0.19091796875, 0.00482177734375, 0.17431640625, 0.051666259765625, 0.16564...
embed
20402098_c0
20402098
fsharp
0
Title: Alternatives to mutable lists to store tracking information Problem title: Alternatives to mutable lists to store tracking information Tags: generic-collections, f%23, immutability Problem: Alternatives to mutable lists to store tracking information I have some calculations. In this example, a very simple one it...
Alternatives to mutable lists to store tracking information Alternatives to mutable lists to store tracking information generic-collections f%23 immutability Alternatives System.Collections.Generic List updates.Add Added feed:Matrix Matrix strategy.ApplyPnL strategy.RecalibrateFilter strategy.Signal strategy.Trade Stra...
[ -0.00921630859375, 0.03955078125, 0.0084228515625, -0.005645751953125, 0.011962890625, 0.0001239776611328125, 0.00921630859375, 0.01397705078125, 0.01495361328125, -0.0283203125, 0.01324462890625, 0.010009765625, 0.0067138671875, 0.00927734375, 0.01025390625, 0.00909423828125, 0.0078...
[ 103905, 842, 22819, 5303, 7, 4343, 28560, 214, 4677, 47, 189534, 196352, 1238, 3742, 566, 14311, 41159, 12353, 78457, 8996, 135932, 32036, 114419, 4028, 69819, 61590, 87427, 194234, 113857, 866, 52777, 2844, 379, 218723, 28542, 7832, 67, 2053...
[ 0.211669921875, 0.1715087890625, 0.2298583984375, 0.234619140625, 0.040863037109375, 0.156982421875, 0.2109375, 0.061767578125, 0.1370849609375, 0.036834716796875, 0.1766357421875, 0.1331787109375, 0.043701171875, 0.1168212890625, 0.0259857177734375, 0.1563720703125, 0.09002685546875...
embed
67863697_c0
67863697
fsharp
0
Title: F# quotation with spliced parameter of any type Problem title: F# quotation with spliced parameter of any type Tags: f%23, quotations, type-providers Problem: F# quotation with spliced parameter of any type I am trying to develop F# type provider. It provides some DTOs (with the structure described in some exter...
F# quotation with spliced parameter of any type F# quotation with spliced parameter of any type f%23 quotations type-providers MySerializationFormat Expr List.map List.foldBack Expr.Coerce F# quotation with spliced parameter of any type I am trying to develop F# type provider. It provides some DTOs (with the structure ...
[ -0.002655029296875, 0.01171875, 0.00299072265625, -0.005401611328125, -0.0306396484375, -0.004425048828125, -0.000843048095703125, 0.0220947265625, 0.000576019287109375, -0.027099609375, 0.013427734375, -0.00921630859375, 0.0196533203125, -0.013671875, 0.009033203125, 0.001823425292968...
[ 563, 4904, 81732, 1363, 678, 91, 55992, 297, 171859, 2499, 10644, 1238, 3949, 3742, 5256, 93136, 2646, 4233, 51626, 47691, 102973, 257, 60075, 42, 32036, 62346, 42822, 152470, 56, 85493, 81450, 87344, 8727, 45646, 173591, 12937, 150624, 9433,...
[ 0.127197265625, 0.22021484375, 0.2230224609375, 0.1279296875, 0.051055908203125, 0.034271240234375, 0.2174072265625, 0.065185546875, 0.208251953125, 0.069580078125, 0.169677734375, 0.084716796875, 0.0777587890625, 0.10101318359375, 0.055267333984375, 0.1466064453125, 0.0733642578125,...
embed
54282322_c0
54282322
fsharp
0
Title: F# type providers vs C# interfaces + Entity Framework Problem title: F# type providers vs C# interfaces + Entity Framework Tags: entity-framework, c%23, type-providers, f%23 Problem: F# type providers vs C# interfaces + Entity Framework The question is very technical, and it sits deeply between F# / C# differenc...
F# type providers vs C# interfaces + Entity Framework F# type providers vs C# interfaces + Entity Framework entity-framework c%23 type-providers f%23 Entity Framework Person IPerson PersonId Name LastName EFPerson DateTime DateOfBirth F# type providers vs C# interfaces + Entity Framework The question is very technical,...
[ 0.0103759765625, 0.0146484375, -0.01019287109375, 0.006103515625, -0.01397705078125, 0.0062255859375, -0.0224609375, 0.0169677734375, -0.0115966796875, -0.037841796875, -0.011962890625, 0.01953125, -0.01080322265625, 0.0167236328125, 0.00445556640625, -0.0115966796875, 0.013977050781...
[ 563, 4904, 10644, 81450, 7, 20209, 313, 101758, 997, 16511, 2481, 202220, 77630, 939, 160328, 18244, 501, 3742, 9, 93136, 1238, 3949, 15270, 87, 160054, 71, 15757, 21672, 163612, 51779, 25512, 70059, 132887, 41153, 9655, 83, 4552, 121392, 4...
[ 0.1927490234375, 0.266357421875, 0.2470703125, 0.25732421875, 0.027130126953125, 0.1922607421875, 0.1165771484375, 0.248779296875, 0.1578369140625, 0.182373046875, 0.1357421875, 0.2259521484375, 0.16943359375, 0.0202178955078125, 0.154541015625, 0.031036376953125, 0.05364990234375, ...
embed
34155628_c0
34155628
fsharp
0
Title: Why does Akka.Net F# API define actorOf2 but not actorOf3, actorOf4 etc.? Problem title: Why does Akka.Net F# API define actorOf2 but not actorOf3, actorOf4 etc.? Tags: actor-model, f%23, akka.net Problem: Why does Akka.Net F# API define actorOf2 but not actorOf3, actorOf4 etc.? I am studying F# Akka.Net API whi...
Why does Akka.Net F# API define actorOf2 but not actorOf3, actorOf4 etc.? Why does Akka.Net F# API define actorOf2 but not actorOf3, actorOf4 etc.? actor-model f%23 akka.net Why Akka.Net API actorOf2 actorOf3 actorOf4 Actors.consoleWriterActor Actors.consoleReaderActor Actors.validationActor Actors.fileValidatorActor W...
[ -0.016357421875, 0.035888671875, 0.005950927734375, -0.0035552978515625, -0.0020904541015625, 0.0038299560546875, 0.0028228759765625, -0.0048828125, 0.0074462890625, -0.009033203125, 0.013427734375, -0.0289306640625, 0.019775390625, -0.00836181640625, 0.0277099609375, -0.0069580078125,...
[ 44084, 62, 5515, 24447, 563, 4904, 61687, 61924, 39329, 132887, 304, 363, 617, 14602, 51734, 1238, 3949, 3742, 81866, 1179, 185617, 40777, 2783, 31345, 18770, 7013, 29822, 42272, 959, 12921, 172554, 123309, 49666, 65508, 181135, 125195, 24941, ...
[ 0.09246826171875, 0.080810546875, 0.205078125, 0.1712646484375, 0.06854248046875, 0.15771484375, 0.154541015625, 0.1485595703125, 0.2071533203125, 0.272216796875, 0.1239013671875, 0.1129150390625, 0.1334228515625, 0.00823974609375, 0.1865234375, 0.020233154296875, 0.002838134765625, ...
embed
31409092_c0
31409092
fsharp
0
Title: Xml serialization with custom schema and IXmlSerializable Problem title: Xml serialization with custom schema and IXmlSerializable Tags: serialization, xml, ixmlserializable, c%23, f%23 Problem: Xml serialization with custom schema and IXmlSerializable I'm trying to serialize an object using IXmlSerializable and...
Xml serialization with custom schema and IXmlSerializable Xml serialization with custom schema and IXmlSerializable serialization xml ixmlserializable c%23 f%23 Xml IXmlSerializable XmlSchemaProviderAttribute utf-8 xs:schema BuildingsSchema BuildingModelSchema xmlns:xs www.w3.org XMLSchema xs:element xs:complexType xs:...
[ 0.00604248046875, 0.0361328125, 0.0007171630859375, -0.0194091796875, -0.0208740234375, 0.0113525390625, -0.0029449462890625, 0.005401611328125, 0.0030059814453125, -0.0184326171875, 0.032470703125, 0.021728515625, -0.00628662109375, -0.01177978515625, 0.0003070831298828125, 0.00479125...
[ 1193, 7237, 35686, 47691, 678, 114122, 61903, 136, 38771, 25435, 24707, 2886, 131492, 17, 3742, 25452, 11883, 177997, 191145, 17376, 1022, 7560, 104919, 140290, 425, 363, 1478, 92537, 62766, 44974, 196707, 944, 135940, 182512, 22916, 97692, 451...
[ 0.138671875, 0.2186279296875, 0.217529296875, 0.10540771484375, 0.10595703125, 0.20458984375, 0.2227783203125, 0.09942626953125, 0.1978759765625, 0.18310546875, 0.058563232421875, 0.145263671875, 0.27392578125, 0.0201568603515625, 0.09423828125, 0.151611328125, 0.1602783203125, 0.1...
embed
79513643_c0
79513643
fsharp
0
Title: F# testing using mstest cannot resolve method overload Problem title: F# testing using mstest cannot resolve method overload Tags: overloading, mstest, f%23, types Problem: F# testing using mstest cannot resolve method overload As a learning exercise, I'm trying to test some F# code using MSTEST. I've run into a...
F# testing using mstest cannot resolve method overload F# testing using mstest cannot resolve method overload overloading mstest f%23 types mstest TestClass MyTests TestMethod this.SyntaxTest Assert.AreEqual Simple Assert.Fail Fail F# testing using mstest cannot resolve method overload As a learning exercise, I'm tryin...
[ -0.00958251953125, 0.0224609375, -0.003021240234375, 0.007171630859375, 0.0030670166015625, -0.0118408203125, -0.002471923828125, -0.013427734375, -0.0146484375, 0.04052734375, 0.014404296875, -0.02099609375, -0.00494384765625, 0.00799560546875, 0.00732421875, 0.00628662109375, 0.014...
[ 563, 4904, 134234, 17368, 347, 80686, 53418, 103608, 55300, 645, 63033, 1238, 3742, 52895, 8647, 140803, 2646, 111337, 78572, 7352, 903, 86531, 33657, 107, 71723, 60552, 1301, 17647, 379, 190355, 52080, 81979, 3034, 18151, 276, 8545, 21828, 2...
[ 0.10174560546875, 0.1912841796875, 0.174560546875, 0.0153961181640625, 0.0965576171875, 0.246337890625, 0.1151123046875, 0.1903076171875, 0.1591796875, 0.13671875, 0.2017822265625, 0.05328369140625, 0.07208251953125, 0.105712890625, 0.1087646484375, 0.1190185546875, 0.0650634765625, ...
embed
66859208_c0
66859208
fsharp
0
Title: Basic Model of a F# program using MySQL Problem title: Basic Model of a F# program using MySQL Tags: f%23, mysql Problem: Basic Model of a F# program using MySQL Just starting to experiment with F#. I have this code working in C#: using MySql.Data.MySqlClient; using System; using System.IO; namespace SandboxExec...
Basic Model of a F# program using MySQL Basic Model of a F# program using MySQL f%23 mysql MySqlException MySQL MySql.Data.MySqlClient System System.IO Basic Model SandboxExecuteReader Program Main MySqlConnection MySqlCommand SQLdbOpen DoWork myConnection.Close myCommand.CommandText SELECT xxx.mytable myCommand.Execut...
[ -0.01214599609375, 0.0035400390625, 0.00958251953125, 0.01611328125, 0.007110595703125, 0.01300048828125, -0.004150390625, -0.0228271484375, -0.016845703125, -0.033935546875, 0.0257568359375, -0.0076904296875, -0.017822265625, -0.025634765625, 0.0027008056640625, -0.0225830078125, 0....
[ 91692, 13293, 563, 4904, 1528, 17368, 157146, 1238, 3949, 3742, 759, 99247, 2646, 19279, 63928, 137989, 31852, 150, 12353, 17780, 13552, 11728, 211603, 31345, 7663, 12321, 235603, 12018, 80866, 48073, 103264, 108259, 59453, 174379, 144832, 20112,...
[ 0.1627197265625, 0.233154296875, 0.130859375, 0.2254638671875, 0.11669921875, 0.0167999267578125, 0.252197265625, 0.062103271484375, 0.029571533203125, 0.114501953125, 0.09381103515625, 0.2001953125, 0.120849609375, 0.01251220703125, 0.01239013671875, 0.139892578125, 0.0833740234375,...
embed
20517380_c0
20517380
fsharp
0
Title: Data Frame - order consistency when converting to matrix Problem title: Data Frame - order consistency when converting to matrix Tags: deedle, matrix, f%23 Problem: Data Frame - order consistency when converting to matrix I have a Deedle Frame<DateTime,string> . The columns contain float values and are dense (no...
Data Frame - order consistency when converting to matrix Data Frame - order consistency when converting to matrix deedle matrix f%23 a Data Frame DateTime Matrix Series CpuLib Array.Parallel.Map DataFrame DataContext db.PriceBarsDay row.Ticker Seq.map row.DateTime row.Close Array.map ClosePrice Array.map2 Array.reduce ...
[ 0.026123046875, 0.006622314453125, 0.00127410888671875, 0.00518798828125, -0.009033203125, -0.0157470703125, -0.0010986328125, 0.00799560546875, 0.017578125, -0.004852294921875, 0.0035858154296875, 0.0194091796875, -0.00069427490234375, -0.0150146484375, -0.01513671875, 0.0103149414062...
[ 11809, 42557, 13, 12989, 35060, 27771, 3229, 96760, 47, 50944, 425, 214, 8, 297, 133, 3742, 25512, 70059, 194234, 64876, 1766, 104820, 69253, 55292, 1229, 166179, 108386, 22829, 40041, 33163, 25267, 97141, 15555, 16734, 864, 86291, 62346, 153...
[ 0.1502685546875, 0.23828125, 0.1158447265625, 0.238037109375, 0.260498046875, 0.159423828125, 0.03546142578125, 0.18359375, 0.09796142578125, 0.2030029296875, 0.10546875, 0.00274658203125, 0.0902099609375, 0.1416015625, 0.103759765625, 0.06890869140625, 0.046966552734375, 0.1447753...
embed
22778028_c0
22778028
fsharp
0
Title: How to execute a function, that creates a lot of objects, in parallel? Problem title: How to execute a function, that creates a lot of objects, in parallel? Tags: f%23, parallel-processing Problem: How to execute a function, that creates a lot of objects, in parallel? I am using Array.Parallel.map on a function ...
How to execute a function, that creates a lot of objects, in parallel? How to execute a function, that creates a lot of objects, in parallel? f%23 parallel-processing How Array.Parallel.map List.map List.map2 System CategoryAssessment InitAssessment List.init List.length CategoryAssessment.fieldIndex AssessCategory cat...
[ -0.00040435791015625, -0.0026702880859375, -0.01373291015625, 0.00095367431640625, -0.01263427734375, -0.00738525390625, -0.0028228759765625, 0.003570556640625, 0.007293701171875, -0.0167236328125, 0.0018768310546875, 0.0233154296875, 0.00946044921875, -0.010009765625, -0.002517700195312...
[ 11249, 47, 71924, 13, 32354, 450, 28282, 7, 5915, 36746, 23, 95103, 1238, 3742, 63923, 214, 69253, 53, 55292, 1229, 141, 62346, 32036, 304, 12353, 49057, 43576, 217, 28394, 39659, 3081, 95487, 27494, 882, 67407, 26951, 188359, 42822, 39015,...
[ 0.09161376953125, 0.0216522216796875, 0.2178955078125, 0.07305908203125, 0.205810546875, 0.038726806640625, 0.17724609375, 0.0029296875, 0.1881103515625, 0.1990966796875, 0.0869140625, 0.295654296875, 0.04034423828125, 0.1439208984375, 0.110107421875, 0.06298828125, 0.1417236328125, ...
embed
78367052_c0
78367052
fsharp
0
Title: Credientials error when importing .net users into Firebase Problem title: Credientials error when importing .net users into Firebase Tags: c%23, password-hash, firebase, f%23, .net Problem: Credientials error when importing .net users into Firebase I am trying to import users from my DNN site into Firebase using...
Credientials error when importing .net users into Firebase Credientials error when importing .net users into Firebase c%23 password-hash firebase f%23 .net user Credientials Firebase SHA1 UserInfo ImportUserRecordArgs record.Uid user.UserId.ToString GUID record.Email user.Email.ToLower record.PasswordHash Encoding.UTF8...
[ 0.0123291015625, -0.0140380859375, -0.00848388671875, -0.0272216796875, -0.0032958984375, -0.025390625, -0.000690460205078125, -0.005279541015625, 0.0103759765625, -0.0096435546875, -0.010009765625, -0.0106201171875, 0.01806640625, 0.031982421875, 0.0086669921875, -0.01239013671875, ...
[ 68523, 14, 80973, 7, 18499, 3229, 24927, 214, 5, 1179, 72095, 3934, 31143, 37382, 3949, 3742, 78506, 126234, 11476, 1238, 38937, 92717, 418, 53400, 93147, 92966, 1062, 32271, 7614, 9405, 17164, 195490, 161994, 15363, 139117, 6495, 587, 1019, ...
[ 0.1641845703125, 0.1298828125, 0.233642578125, 0.008880615234375, 0.1876220703125, 0.011993408203125, 0.2314453125, 0.06634521484375, 0.039947509765625, 0.174560546875, 0.1734619140625, 0.1251220703125, 0.132568359375, 0.2047119140625, 0.0045166015625, 0.1121826171875, 0.167846679687...
embed
79403919_c0
79403919
fsharp
0
Title: F#/Elmish.wpf difficulty with pattern matching in bindings(). Pattern match seems to fail? Problem title: F#/Elmish.wpf difficulty with pattern matching in bindings(). Pattern match seems to fail? Tags: elmish-wpf, f%23 Problem: F#/Elmish.wpf difficulty with pattern matching in bindings(). Pattern match seems to...
F#/Elmish.wpf difficulty with pattern matching in bindings(). Pattern match seems to fail? F#/Elmish.wpf difficulty with pattern matching in bindings(). Pattern match seems to fail? elmish-wpf f%23 Elmish.wpf Pattern Page SettingsModel Settings.Model MainModel Main.Model Model CurrentPage Msg SettingsMsg Settings.Msg M...
[ -0.03759765625, 0.02490234375, 0.00176239013671875, -0.00946044921875, 0.006134033203125, 0.00775146484375, -0.01458740234375, -0.01129150390625, 0.0205078125, -0.02734375, -0.003814697265625, -0.022216796875, -0.000774383544921875, 0.00848388671875, 0.03466796875, 0.006927490234375, ...
[ 563, 4904, 7623, 78192, 434, 39557, 34844, 53, 678, 103510, 14858, 214, 23, 128239, 132, 9876, 22766, 37202, 35782, 5, 88, 1238, 3742, 540, 14231, 105548, 140290, 12321, 13293, 114063, 147101, 65290, 7763, 168793, 1843, 62346, 36943, 143145, ...
[ 0.090576171875, 0.1910400390625, 0.1314697265625, 0.2666015625, 0.033782958984375, 0.1826171875, 0.142822265625, 0.03515625, 0.014617919921875, 0.2225341796875, 0.192626953125, 0.10205078125, 0.0171051025390625, 0.2139892578125, 0.021484375, 0.12451171875, 0.1114501953125, 0.089416...
embed
50204477_c0
50204477
fsharp
0
Title: F# discriminated unions of user defined types; respecting custom attributes Problem title: F# discriminated unions of user defined types; respecting custom attributes Tags: discriminated-union, f%23 Problem: F# discriminated unions of user defined types; respecting custom attributes I am trying to use a discrimi...
F# discriminated unions of user defined types; respecting custom attributes F# discriminated unions of user defined types; respecting custom attributes discriminated-union f%23 Struct StructLayout LayoutKind.Sequential CharSet CharSet.Ansi Pack generic_header header_size int16 MarshalAs UnmanagedType.ByValTStr SizeCons...
[ 0.00799560546875, 0.0125732421875, -0.01397705078125, -0.0172119140625, -0.0179443359375, -0.0096435546875, -0.017578125, 0.00799560546875, 0.011962890625, -0.00140380859375, 0.0177001953125, 0.005157470703125, 0.01324462890625, 0.003265380859375, -0.005523681640625, 0.0021209716796875...
[ 563, 4904, 55970, 3674, 69941, 38937, 61924, 52895, 15072, 114122, 150380, 90, 87046, 1238, 3949, 3742, 63667, 15390, 53, 211032, 7250, 5490, 21656, 294, 126, 7251, 172, 56607, 189534, 31251, 56, 10336, 62539, 18, 2485, 23342, 4200, 992, 47...
[ 0.117431640625, 0.201171875, 0.2440185546875, 0.0260162353515625, 0.226318359375, 0.1717529296875, 0.1729736328125, 0.184814453125, 0.13427734375, 0.1839599609375, 0.1754150390625, 0.007049560546875, 0.16357421875, 0.05615234375, 0.005523681640625, 0.1004638671875, 0.1451416015625, ...
embed
1798920_c0
1798920
fsharp
0
Title: Working with heterogenous data in a statically typed language (F#) Problem title: Working with heterogenous data in a statically typed language (F#) Tags: c%23, .net, f%23 Problem: Working with heterogenous data in a statically typed language (F#) One of F#'s claims is that it allows for interactive scripting an...
Working with heterogenous data in a statically typed language (F#) Working with heterogenous data in a statically typed language (F#) c%23 .net f%23 Working read.csv weights.csv df$logweight df$weight Working with heterogenous data in a statically typed language (F#) One of F#'s claims is that it allows for interactive...
[ 0.0205078125, 0.00347900390625, 0.0172119140625, 0.017333984375, 0.007171630859375, -0.0089111328125, -0.015869140625, -0.0012969970703125, -0.0108642578125, -0.0205078125, -0.011962890625, -0.0302734375, -0.006256103515625, -0.02685546875, 0.00445556640625, 0.002532958984375, 0.0018...
[ 27985, 678, 77099, 61065, 2053, 13254, 71407, 10644, 46876, 919, 4904, 3742, 1179, 1238, 12301, 4439, 334, 57888, 420, 4867, 165598, 563, 140526, 114864, 212398, 26499, 45258, 64222, 75169, 69101, 7656, 6114, 136, 627, 114137, 4488, 138155, 1...
[ 0.08709716796875, 0.046234130859375, 0.216064453125, 0.17724609375, 0.132080078125, 0.178955078125, 0.10205078125, 0.2132568359375, 0.16259765625, 0.0914306640625, 0.2447509765625, 0.050811767578125, 0.1126708984375, 0.0137939453125, 0.1055908203125, 0.01556396484375, 0.083984375, ...
embed
57869267_c0
57869267
fsharp
0
Title: Calling C# async method from F# results in a deadlock Problem title: Calling C# async method from F# results in a deadlock Tags: c%23, asynchronous, .net-core, f%23 Problem: Calling C# async method from F# results in a deadlock I have a set of F# scripts that call various libraries that we have created, many of ...
Calling C# async method from F# results in a deadlock Calling C# async method from F# results in a deadlock c%23 asynchronous .net-core f%23 F# Calling AsyncClass Task GetStringAsync Uri www.google.com HttpClient client.GetAsync response.Content.ReadAsStringAsync strval1 asyncClient.GetStringAsync Async.AwaitTask Async...
[ 0.00012969970703125, 0.0125732421875, 0.007537841796875, -0.01446533203125, -0.004058837890625, -0.01104736328125, -0.01092529296875, -0.000888824462890625, 0.004638671875, -0.0233154296875, 0.0020599365234375, -0.000011026859283447266, 0.000762939453125, 0.016357421875, 0.02783203125, ...
[ 26265, 313, 4904, 10, 12654, 238, 55300, 1295, 563, 50339, 103494, 21135, 3742, 101966, 1179, 30854, 1238, 62, 140803, 9598, 20779, 71713, 130885, 59875, 150, 23282, 57553, 25352, 31345, 19659, 7704, 1405, 418, 634, 9874, 217835, 127, 1900, ...
[ 0.1214599609375, 0.05767822265625, 0.2373046875, 0.06365966796875, 0.2427978515625, 0.137939453125, 0.1624755859375, 0.0711669921875, 0.1378173828125, 0.07061767578125, 0.1151123046875, 0.2147216796875, 0.05908203125, 0.173583984375, 0.0843505859375, 0.1207275390625, 0.01190185546875...
embed
70136831_c0
70136831
fsharp
0
Title: SerializationException while sending Record between remote actors using Akka.FSharp Problem title: SerializationException while sending Record between remote actors using Akka.FSharp Tags: akka-remote-actor, f%23, akka, akka.net Problem: SerializationException while sending Record between remote actors using Akk...
SerializationException while sending Record between remote actors using Akka.FSharp SerializationException while sending Record between remote actors using Akka.FSharp akka-remote-actor f%23 akka akka.net SerializationException System.Runtime.Serialization.SerializationException System.IO.FileNotFoundException throwOnE...
[ 0.006622314453125, 0.034912109375, -0.010009765625, -0.017822265625, -0.014892578125, -0.03564453125, -0.02783203125, 0.0125732421875, -0.0111083984375, -0.0294189453125, 0.0089111328125, 0.00141143798828125, 0.021240234375, 0.004974365234375, 0.0146484375, -0.010986328125, 0.0202636...
[ 135188, 47691, 19279, 63928, 12960, 135834, 54877, 17721, 148814, 39329, 7, 62, 5515, 5, 36381, 3467, 254, 81866, 26973, 67, 11, 18770, 1238, 3949, 3742, 1179, 12353, 163321, 6032, 4233, 51626, 17780, 174350, 122116, 27591, 7030, 104250, 2032...
[ 0.283935546875, 0.148193359375, 0.10986328125, 0.213623046875, 0.10382080078125, 0.1455078125, 0.2288818359375, 0.1571044921875, 0.2298583984375, 0.193359375, 0.009765625, 0.09466552734375, 0.230712890625, 0.01080322265625, 0.0751953125, 0.205322265625, 0.133544921875, 0.2292480468...
embed
71409058_c0
71409058
fsharp
0
Title: Is there a method to control Apache Arrow Batch Sizes? Problem title: Is there a method to control Apache Arrow Batch Sizes? Tags: python, apache-arrow, f%23, pyarrow Problem: Is there a method to control Apache Arrow Batch Sizes? I'd like to understand if there's a mechanism to control batch sizes being sent fr...
Is there a method to control Apache Arrow Batch Sizes? Is there a method to control Apache Arrow Batch Sizes? python apache-arrow f%23 pyarrow Apache Arrow Batch Sizes One Status StatusCode ResourceExhausted Detail Received GrpcChannelOptions ops.MaxReceiveMessageSize Nullable GrpcChannel.ForAddress FlightClient downlo...
[ 0.004974365234375, 0.0262451171875, 0.0213623046875, 0.0031890869140625, -0.0101318359375, -0.029052734375, 0.01287841796875, -0.0126953125, -0.0091552734375, 0.0223388671875, 0.0072021484375, -0.01708984375, -0.0021514892578125, -0.0079345703125, 0.010009765625, 0.0003662109375, -0....
[ 2685, 55300, 6226, 9795, 1430, 1172, 15555, 21947, 206, 80378, 7, 17198, 50828, 2241, 118201, 1238, 3742, 123034, 6561, 56504, 114211, 152055, 18391, 88645, 13779, 57095, 127008, 39029, 233, 71346, 329, 6011, 127167, 27786, 2661, 161007, 189932...
[ 0.02197265625, 0.15625, 0.22802734375, 0.1728515625, 0.162109375, 0.11474609375, 0.2176513671875, 0.214599609375, 0.124267578125, 0.2161865234375, 0.0416259765625, 0.060760498046875, 0.121826171875, 0.14111328125, 0.2215576171875, 0.020111083984375, 0.1258544921875, 0.108642578125,...
embed
35109354_c0
35109354
fsharp
0
Title: Using a F# event and asynchronous in multi-threaded code Problem title: Using a F# event and asynchronous in multi-threaded code Tags: asynchronous, thread-safety, observable, f%23, events Problem: Using a F# event and asynchronous in multi-threaded code EDIT/Notice : Event is now thread-safe in current F# imple...
Using a F# event and asynchronous in multi-threaded code Using a F# event and asynchronous in multi-threaded code asynchronous thread-safety observable f%23 events Using Event event.Publish EntryPoint Observable.subscribe dis.Dispose Async.RunSynchronously Async.StartChild event.Trigger Async.Sleep Async Using a F# eve...
[ -0.0186767578125, 0.03271484375, 0.004791259765625, -0.0126953125, -0.00885009765625, -0.0189208984375, 0.00927734375, 0.00848388671875, 0.0019073486328125, -0.055908203125, -0.00628662109375, 0.03466796875, 0.015380859375, 0.008544921875, 0.00909423828125, -0.0123291015625, 0.023071...
[ 345, 563, 4904, 19732, 136, 10, 12654, 101966, 10821, 6024, 927, 39116, 18151, 86997, 115840, 22046, 2661, 1238, 3949, 3742, 47353, 36943, 143145, 15227, 357, 15123, 147534, 87652, 22144, 34601, 2837, 44456, 78381, 163321, 217835, 1900, 126597,...
[ 0.0965576171875, 0.155029296875, 0.2352294921875, 0.1949462890625, 0.039215087890625, 0.031707763671875, 0.1629638671875, 0.170654296875, 0.038360595703125, 0.1727294921875, 0.0272064208984375, 0.1490478515625, 0.1346435546875, 0.2110595703125, 0.212158203125, 0.116943359375, 0.13146...
embed
28090247_c0
28090247
fsharp
0
Title: F# pattern matching on records with optional fields Problem title: F# pattern matching on records with optional fields Tags: f%23, field, option-type, pattern-matching, record Problem: F# pattern matching on records with optional fields F#'s 'options' seem a nice way of using the type system to separate data tha...
F# pattern matching on records with optional fields F# pattern matching on records with optional fields f%23 field option-type pattern-matching record NullReferenceException Some None SomeRecord field1 field2 Seq.filter record.field2.IsSome Seq.map Won record.field2 Should Now Unchecked.defaultof Value record.field1 re...
[ -0.0198974609375, -0.0028533935546875, 0.005889892578125, 0.0027923583984375, 0.005828857421875, -0.00830078125, -0.01031494140625, -0.007568359375, 0.01263427734375, 0.018310546875, 0.0169677734375, 0.0264892578125, 0.0225830078125, -0.0272216796875, 0.016357421875, -0.0079345703125, ...
[ 563, 4904, 103510, 14858, 115923, 678, 35829, 289, 44457, 1238, 3742, 50986, 98753, 17164, 1429, 69988, 63928, 31384, 438, 32271, 304, 120337, 28394, 62346, 104525, 992, 78292, 214810, 4390, 190060, 109585, 48903, 26267, 10644, 5426, 84797, 205...
[ 0.110107421875, 0.2010498046875, 0.2030029296875, 0.19677734375, 0.162109375, 0.054290771484375, 0.2325439453125, 0.06951904296875, 0.18896484375, 0.0614013671875, 0.098388671875, 0.1143798828125, 0.1507568359375, 0.1485595703125, 0.05810546875, 0.1220703125, 0.1029052734375, 0.026...
embed
37833313_c0
37833313
fsharp
0
Title: Unable to read dates with F# TypeProvider Problem title: Unable to read dates with F# TypeProvider Tags: type-providers, sql-server, f%23 Problem: Unable to read dates with F# TypeProvider I'm trying to get a F# console application that queries a MS SQL SERVER running in Docker. I'm using the SQLProvider to run ...
Unable to read dates with F# TypeProvider Unable to read dates with F# TypeProvider type-providers sql-server f%23 System.ArgumentOutOfRangeException System.TypeInitializationException SqlDbType Unable TypeProvider Date DbType SqlDataProvider ConnectionString DatabaseVendor Common.DatabaseProviderTypes.MSSQLSERVER UseO...
[ 0.015380859375, 0.010986328125, 0.005126953125, 0.01708984375, -0.0166015625, 0.000530242919921875, -0.0064697265625, 0.00408935546875, -0.0194091796875, -0.0179443359375, 0.01519775390625, -0.01287841796875, 0.00836181640625, 0.007171630859375, 0.0126953125, -0.005889892578125, -0.0...
[ 992, 2886, 12301, 112474, 678, 563, 4904, 60457, 177997, 62160, 47, 10644, 93136, 91, 99247, 39642, 1238, 3949, 3742, 12353, 7614, 1234, 79858, 51459, 5, 196707, 1890, 63928, 397, 275, 25512, 391, 137989, 62448, 71713, 187781, 85512, 151301, ...
[ 0.0712890625, 0.1298828125, 0.2130126953125, 0.2120361328125, 0.094970703125, 0.140625, 0.2001953125, 0.1800537109375, 0.1785888671875, 0.09344482421875, 0.0252838134765625, 0.1422119140625, 0.1695556640625, 0.035308837890625, 0.189208984375, 0.1353759765625, 0.079833984375, 0.0072...
embed
22593700_c0
22593700
fsharp
0
Title: Compile with standalone flag gives compilation errors in client code Problem title: Compile with standalone flag gives compilation errors in client code Tags: f%23, compiler-errors Problem: Compile with standalone flag gives compilation errors in client code I'm attempting to compile Zero29 with the --standalone...
Compile with standalone flag gives compilation errors in client code Compile with standalone flag gives compilation errors in client code f%23 compiler-errors Compile Ploeh.ZeroToNine System Ploeh.ZeroToNine.Versioning Arg Assign Version AssignRank Rank Increment ListVersions ShowHelp Unknown ParseAssignVersionReturnsC...
[ -0.00119781494140625, 0.00640869140625, -0.0068359375, -0.00927734375, -0.01519775390625, -0.0115966796875, -0.01385498046875, 0.0213623046875, -0.003631591796875, 0.0086669921875, -0.00153350830078125, 0.0213623046875, 0.0245361328125, 0.02099609375, 0.02490234375, -0.005950927734375,...
[ 15612, 1340, 678, 103723, 51684, 49938, 76199, 98352, 18499, 23282, 18151, 1238, 3949, 3742, 9969, 34759, 188800, 48296, 11036, 1511, 4036, 7763, 839, 1212, 12353, 178390, 1172, 177, 1301, 31304, 40647, 126525, 134405, 107, 32036, 60785, 69723,...
[ 0.17822265625, 0.15576171875, 0.09814453125, 0.172607421875, 0.1748046875, 0.232666015625, 0.02862548828125, 0.239501953125, 0.2081298828125, 0.2010498046875, 0.158447265625, 0.0064697265625, 0.013397216796875, 0.1036376953125, 0.1790771484375, 0.118896484375, 0.16748046875, 0.0820...
embed
63425915_c0
63425915
fsharp
0
Title: How can I split a list of strings by chunks when they have some light markdown attributes, in F#? Problem title: How can I split a list of strings by chunks when they have some light markdown attributes, in F#? Tags: telegram, f%23 Problem: How can I split a list of strings by chunks when they have some light ma...
How can I split a list of strings by chunks when they have some light markdown attributes, in F#? How can I split a list of strings by chunks when they have some light markdown attributes, in F#? telegram f%23 How messageQueue.IsEmpty ConcurrentQueue Seq.unfold q.TryDequeue Some None String.Join client.SendTextMessageA...
[ -0.0038604736328125, 0.001708984375, -0.01458740234375, 0.004425048828125, -0.0250244140625, -0.0064697265625, 0.000499725341796875, 0.00592041015625, 0.0091552734375, 0.00592041015625, 0.01446533203125, 0.0185546875, 0.0155029296875, -0.0224609375, -0.0048828125, 0.00079345703125, 0...
[ 11249, 831, 65450, 5303, 79315, 390, 7839, 1224, 765, 3060, 22729, 16188, 34695, 150380, 563, 4904, 5501, 25561, 1238, 3742, 26008, 41732, 13388, 29598, 134332, 939, 163812, 864, 42822, 8096, 1294, 944, 23351, 16604, 23282, 174379, 6011, 1265...
[ 0.03839111328125, 0.03680419921875, 0.2293701171875, 0.183349609375, 0.243408203125, 0.0904541015625, 0.214599609375, 0.1170654296875, 0.0137939453125, 0.0325927734375, 0.162109375, 0.115234375, 0.1431884765625, 0.149658203125, 0.095703125, 0.1810302734375, 0.070068359375, 0.149291...
embed
14123231_c0
14123231
fsharp
0
Title: Error message &quot;to define a type, one or more ...&quot; Problem title: Error message &quot;to define a type, one or more ...&quot; Tags: f%23 Problem: Error message "to define a type, one or more ..." I am studying F#, and I got some code from another person. But when I tried to compile the code, there was a...
Error message &quot;to define a type, one or more ...&quot; Error message &quot;to define a type, one or more ...&quot; f%23 Error touchdev_ast FParsec Name Operator Plus Minus Slash Asterisk LessOrEqual Less Equal Unequal GreaterOrEqual Greater Assignment Not Arrow Concat Parameter Expression Nothing Float Boolean Var...
[ 0.01214599609375, -0.007659912109375, -0.00909423828125, 0.0250244140625, 0.0031280517578125, -0.0017852783203125, 0.001708984375, -0.00689697265625, -0.00244140625, -0.02001953125, 0.006805419921875, -0.0272216796875, 0.01385498046875, -0.00020503997802734375, 0.01904296875, 0.0152587...
[ 212059, 26008, 188, 61924, 10, 10644, 4, 1632, 707, 1286, 153, 1238, 3742, 23996, 18548, 4438, 563, 28636, 39797, 15757, 150922, 8183, 24169, 5544, 57786, 1734, 71723, 31304, 15555, 4460, 29089, 25129, 38699, 34677, 54092, 156823, 28670, 5584...
[ 0.161376953125, 0.098388671875, 0.1256103515625, 0.2666015625, 0.0694580078125, 0.276123046875, 0.0469970703125, 0.2066650390625, 0.1689453125, 0.246337890625, 0.06158447265625, 0.037689208984375, 0.09637451171875, 0.16552734375, 0.212646484375, 0.0926513671875, 0.040985107421875, ...
embed
29783174_c0
29783174
fsharp
0
Title: Quartz.net - Issues with Adjusting and Speeding up SystemTime causing Misfires Problem title: Quartz.net - Issues with Adjusting and Speeding up SystemTime causing Misfires Tags: quartz.net-2.0, c%23-to-f%23, c%23, f%23, quartz.net Problem: Quartz.net - Issues with Adjusting and Speeding up SystemTime causing Mi...
Quartz.net - Issues with Adjusting and Speeding up SystemTime causing Misfires Quartz.net - Issues with Adjusting and Speeding up SystemTime causing Misfires quartz.net-2.0 c%23-to-f%23 c%23 f%23 quartz.net Quartz.net Issues Adjusting Speeding SystemTime Misfires SimulateTime DateTimeOffset.UtcNow TotalSeconds simulate...
[ 0.0172119140625, 0.03759765625, 0.02392578125, -0.01806640625, -0.0296630859375, -0.026123046875, -0.0164794921875, 0.031982421875, 0.0050048828125, -0.00830078125, 0.017822265625, 0.045654296875, -0.0031280517578125, 0.0020294189453125, 0.015869140625, -0.014892578125, 0.01019287109...
[ 48772, 169, 1179, 223317, 678, 3145, 20314, 214, 136, 63349, 1257, 12353, 70059, 216806, 7950, 73702, 7, 70801, 73011, 167218, 188, 9, 3949, 3742, 1238, 144814, 67, 25512, 150369, 3509, 5, 106742, 238, 137594, 33867, 4233, 2271, 6468, 40226...
[ 0.246826171875, 0.1676025390625, 0.1751708984375, 0.1649169921875, 0.052276611328125, 0.0777587890625, 0.1795654296875, 0.0140838623046875, 0.05865478515625, 0.1710205078125, 0.07861328125, 0.1446533203125, 0.2313232421875, 0.1234130859375, 0.12548828125, 0.218994140625, 0.0157165527...
embed
3643046_c0
3643046
fsharp
0
Title: Model inheritance using functional programming style data types Problem title: Model inheritance using functional programming style data types Tags: f%23, functional-programming, inheritance, types Problem: Model inheritance using functional programming style data types I've been using F# recently and tried to c...
Model inheritance using functional programming style data types Model inheritance using functional programming style data types f%23 functional-programming inheritance types functional a Model Shape Rectangle Size Circle Diameter ShapeProperty Color Fine Rotation Angle Wants Details Detail RectangleShape CircleShape Mo...
[ -0.00909423828125, 0.016845703125, -0.00799560546875, 0.01263427734375, -0.0201416015625, 0.00836181640625, -0.0196533203125, -0.0047607421875, 0.016357421875, -0.0279541015625, -0.0023651123046875, -0.0023193359375, -0.000408172607421875, 0.0123291015625, -0.00628662109375, 0.01879882...
[ 13293, 23, 3334, 217, 7154, 17368, 123309, 56037, 20623, 2053, 52895, 1238, 3742, 28966, 7224, 1081, 48224, 14525, 133, 80378, 163731, 1264, 51193, 67455, 2777, 22062, 2393, 42335, 77658, 88645, 40798, 563, 4904, 18151, 20880, 12921, 2967, 86...
[ 0.22216796875, 0.0836181640625, 0.1827392578125, 0.103271484375, 0.0276947021484375, 0.0565185546875, 0.2191162109375, 0.1217041015625, 0.1737060546875, 0.08758544921875, 0.1942138671875, 0.03326416015625, 0.08367919921875, 0.1280517578125, 0.1700439453125, 0.1075439453125, 0.0128784...
embed
37365421_c0
37365421
fsharp
0
Title: Type constraints on dimensionality of vectors in F# and Haskell (Dependent Types) Problem title: Type constraints on dimensionality of vectors in F# and Haskell (Dependent Types) Tags: matrix, dependent-type, f%23, haskell, vector Problem: Type constraints on dimensionality of vectors in F# and Haskell (Dependen...
Type constraints on dimensionality of vectors in F# and Haskell (Dependent Types) Type constraints on dimensionality of vectors in F# and Haskell (Dependent Types) matrix dependent-type f%23 haskell vector Type Haskell Dependent Types DataStreamItem LinearAlgebra.Vector float32 Ball DataStream Type constraints on dimen...
[ 0.00469970703125, 0.00567626953125, -0.0135498046875, 0.0025177001953125, 0.01434326171875, -0.0208740234375, -0.0186767578125, -0.00738525390625, -0.01409912109375, -0.02294921875, -0.01513671875, -0.043701171875, -0.006561279296875, 0.00213623046875, -0.01092529296875, -0.00037002563...
[ 60457, 158, 2816, 4288, 157955, 22834, 22230, 563, 4904, 136, 20625, 142508, 4657, 26885, 660, 23, 50944, 108750, 50986, 1238, 3742, 1556, 173, 18770, 262, 11809, 115061, 2982, 16777, 429, 26455, 21917, 6460, 21786, 3525, 46876, 12601, 183851...
[ 0.2193603515625, 0.100341796875, 0.188232421875, 0.0916748046875, 0.1890869140625, 0.1953125, 0.0841064453125, 0.1273193359375, 0.2130126953125, 0.05169677734375, 0.1414794921875, 0.193359375, 0.03857421875, 0.1378173828125, 0.008331298828125, 0.00396728515625, 0.080322265625, 0.16...
embed
57628184_c0
57628184
fsharp
0
Title: Why does this IDisposable get disposed while referenced in a F# task? Problem title: Why does this IDisposable get disposed while referenced in a F# task? Tags: .net-core, f%23, task, xunit Problem: Why does this IDisposable get disposed while referenced in a F# task? A while ago, in one of our (X)unit tests, a ...
Why does this IDisposable get disposed while referenced in a F# task? Why does this IDisposable get disposed while referenced in a F# task? .net-core f%23 task xunit System.AggregateException Why IDisposable Fact Green Flow WebAppFactory factory.CreateClient Check.theGreenFlow Async.AwaitTask Async.RunSynchronously Tas...
[ -0.0089111328125, 0.026611328125, -0.000926971435546875, -0.0084228515625, -0.000324249267578125, 0.005279541015625, -0.00170135498046875, 0.012451171875, 0.0225830078125, 0.00726318359375, 0.005401611328125, 0.040771484375, 0.0146484375, 0.0003299713134765625, 0.026123046875, -0.00650...
[ 44084, 14602, 903, 11338, 164, 7522, 2886, 2046, 60458, 71, 12960, 91067, 563, 4904, 66211, 1179, 30854, 1238, 3949, 3742, 10438, 6773, 12353, 68722, 63928, 132640, 15497, 17336, 4002, 39179, 135518, 31461, 63784, 150, 38679, 152061, 12654, 6...
[ 0.1343994140625, 0.003814697265625, 0.05755615234375, 0.10430908203125, 0.1412353515625, 0.2086181640625, 0.1861572265625, 0.029266357421875, 0.241455078125, 0.1265869140625, 0.06072998046875, 0.262939453125, 0.1080322265625, 0.1932373046875, 0.211669921875, 0.068359375, 0.0919189453...
embed
24275773_c0
24275773
fsharp
0
Title: F# Sliding Window Agent not working with records Problem title: F# Sliding Window Agent not working with records Tags: observable, records, f%23, agent Problem: F# Sliding Window Agent not working with records I've been sampling an F# snippet written by Tomas Petricek that returns an observable that yields slidi...
F# Sliding Window Agent not working with records F# Sliding Window Agent not working with records observable records f%23 agent the Sliding Window Agent System Observable Returns Each count:int source:IObservable IObservable x.Subscribe Start MailboxProcessor.Start Receive agent.Receive Add Then List.map value::l List....
[ 0.007232666015625, 0.0263671875, 0.0030975341796875, 0.019775390625, -0.01806640625, 0.0133056640625, -0.01202392578125, 0.0036163330078125, 0.00177764892578125, -0.018310546875, -0.0001735687255859375, -0.0093994140625, 0.0260009765625, 0.00141143798828125, 0.029052734375, -0.00701904...
[ 563, 4904, 103216, 6238, 176501, 54603, 20697, 678, 115923, 959, 22046, 2661, 1238, 3742, 23882, 12353, 87652, 173340, 98423, 54529, 4288, 31344, 17780, 65756, 87, 46471, 1022, 96472, 34601, 13794, 11728, 126597, 29117, 32036, 62346, 34292, 158...
[ 0.109375, 0.1778564453125, 0.193359375, 0.1373291015625, 0.1827392578125, 0.1976318359375, 0.1053466796875, 0.1129150390625, 0.194580078125, 0.003082275390625, 0.135498046875, 0.11962890625, 0.05181884765625, 0.0999755859375, 0.151123046875, 0.0869140625, 0.12646484375, 0.090515136...
embed
45315848_c0
45315848
fsharp
0
Title: F# Query Expression using join &amp; groupBy in same query Problem title: F# Query Expression using join &amp; groupBy in same query Tags: linq, f%23, query-expressions Problem: F# Query Expression using join & groupBy in same query I decided to learn how to use query expressions in F# and found the official Mic...
F# Query Expression using join &amp; groupBy in same query F# Query Expression using join &amp; groupBy in same query linq f%23 query-expressions System.InvalidOperationException System.NotSupportedException join Query Expression db.Student db.CourseSelection student.StudentID course.StudentID group.Key group.Count Seq...
[ 0.021728515625, 0.0252685546875, -0.00323486328125, -0.005615234375, -0.005340576171875, 0.00909423828125, -0.0220947265625, -0.01708984375, 0.0096435546875, -0.05322265625, -0.01275634765625, 0.0225830078125, 0.01397705078125, -0.0005340576171875, -0.025634765625, 0.0125732421875, -...
[ 563, 4904, 58836, 53, 25129, 1830, 17368, 33284, 619, 25133, 21115, 75358, 23, 5701, 41, 96, 44982, 1238, 3949, 3742, 1294, 204629, 12353, 7013, 156823, 19279, 63928, 122116, 2037, 6982, 40041, 239825, 474, 104475, 9836, 7146, 15411, 162429, ...
[ 0.140625, 0.2249755859375, 0.2108154296875, 0.09429931640625, 0.1973876953125, 0.0269775390625, 0.0904541015625, 0.234375, 0.04443359375, 0.0780029296875, 0.1683349609375, 0.203369140625, 0.00054931640625, 0.09124755859375, 0.153076171875, 0.036407470703125, 0.167236328125, 0.07641...
embed
11696484_c0
11696484
fsharp
0
Title: Type does not have null as a proper value Problem title: Type does not have null as a proper value Tags: f%23 Problem: Type does not have null as a proper value For the sample program: type public MyClass(reasonForLiving:string) = member x.ReasonForLiving with get() = reasonForLiving let classFactory () = MyClas...
Type does not have null as a proper value Type does not have null as a proper value f%23 System.Exception MissingServiceException bugs Type MyClass reasonForLiving:string x.ReasonForLiving AllowNullLiteral Some Microsoft.Practices.ServiceLocation.ServiceLocator.Current None serviceLocator.Value.GetInstance service.Valu...
[ 0.0003299713134765625, 0.0078125, 0.012939453125, -0.002532958984375, 0.01275634765625, -0.0147705078125, 0.0211181640625, -0.01385498046875, 0.00189971923828125, -0.0137939453125, 0.0169677734375, 0.0211181640625, -0.00848388671875, -0.013916015625, 0.031494140625, -0.0299072265625, ...
[ 60457, 14602, 959, 765, 56574, 237, 10, 27798, 34292, 1238, 3742, 12353, 19279, 63928, 16771, 214, 121979, 54608, 2646, 140803, 31635, 18537, 9506, 6496, 91693, 1022, 11, 1681, 41566, 18444, 1181, 7244, 15363, 474, 438, 4516, 856, 116071, 5...
[ 0.26953125, 0.0574951171875, 0.1466064453125, 0.1151123046875, 0.237548828125, 0.115478515625, 0.029541015625, 0.1661376953125, 0.208984375, 0.013031005859375, 0.09539794921875, 0.08233642578125, 0.002655029296875, 0.0809326171875, 0.08251953125, 0.009429931640625, 0.143798828125, ...
embed
43946145_c0
43946145
fsharp
0
Title: Expression was expected to have a type but here has type String Problem title: Expression was expected to have a type but here has type String Tags: functional-programming, f%23 Problem: Expression was expected to have a type but here has type String It's my third time today running and this buzz word functional...
Expression was expected to have a type but here has type String Expression was expected to have a type but here has type String functional-programming f%23 IUserError repair regular Expression System System.IO System.Speech.Synthesis System.Text.RegularExpressions Random Initialise SpeechSynthesizer Rate speech.SelectV...
[ -0.022705078125, 0.01025390625, 0.0126953125, 0.0267333984375, -0.00445556640625, 0.00286865234375, 0.01123046875, -0.00164794921875, 0.02685546875, -0.0137939453125, 0.019775390625, 0.002227783203125, 0.0155029296875, -0.030029296875, 0.02001953125, 0.005126953125, 0.03125, -0.017...
[ 25129, 1830, 509, 84751, 765, 10, 10644, 1284, 3688, 1556, 23351, 214, 123309, 28966, 1238, 3949, 3742, 54491, 2189, 18468, 31611, 121461, 20324, 12353, 17780, 1081, 7101, 174379, 54601, 35975, 178752, 39643, 40705, 218532, 4383, 131182, 116483...
[ 0.2437744140625, 0.1639404296875, 0.041046142578125, 0.186279296875, 0.043853759765625, 0.03912353515625, 0.250244140625, 0.09552001953125, 0.0955810546875, 0.0972900390625, 0.20947265625, 0.07159423828125, 0.1693115234375, 0.1141357421875, 0.033782958984375, 0.05145263671875, 0.1285...
embed