Skip to main content
James Moore's user avatar
James Moore's user avatar
James Moore's user avatar
James Moore
  • Member for 15 years, 4 months
  • Last seen this week
73 votes
5 answers
216k views

How do you add UI inside cells in a google spreadsheet using app script?

56 votes
7 answers
34k views

Is there an async version of DirectoryInfo.GetFiles / Directory.GetDirectories in dotNet?

39 votes
4 answers
12k views

How do you change the Markdown preview font size in IntelliJ IDEA?

26 votes
2 answers
8k views

In sbt, how do you add a plugin that's in the local filesystem?

10 votes
4 answers
4k views

What's the state of a weak reference that has been manually enqueued?

10 votes
8 answers
38k views

Is there a way to hide text in a TextView?

10 votes
1 answer
1k views

Is there an F# equivalent to Scala's Promise?

9 votes
2 answers
873 views

How to return a tuple inside an EitherT

9 votes
3 answers
3k views

Scala traits and structural types: can a trait extend a structural type and then call super?

6 votes
2 answers
4k views

How to use scala 2.10 trunk with sbt 0.11.0? (Unresolved dependencies)

6 votes
2 answers
6k views

Can you specify "select unique name from ..." with NSPredicate?

5 votes
1 answer
273 views

Is there a way to nest calls to F# active patterns?

5 votes
1 answer
498 views

How does an sbt plugin get a path to a file in the plugin?

5 votes
4 answers
2k views

Eclipse PDE: given a relative path like /ProjectName/lib/something.jar, how do you get a full filesystem path?

5 votes
1 answer
2k views

What's the right way to disconnect a MediaController?

5 votes
1 answer
5k views

How do you do a command line build of a Xamarin.iOS project?

4 votes
2 answers
1k views

Android WebView: is there a way to get a javascript stack trace?

4 votes
3 answers
1k views

How do you force regeneration of *.designer.cs files in a command-line Xamarin build?

4 votes
1 answer
447 views

With Scala + sbt, how do you simultaneously allow IntelliJ builds and command line builds?

4 votes
3 answers
2k views

Is there a bulk update operation for all entities in Core Data?

4 votes
1 answer
3k views

How do you use ARel's #as method?

4 votes
2 answers
2k views

In Spark, how do you read parquet files that were written with bucketBy, and preserve the bucketing data?

4 votes
5 answers
9k views

Android AOSP build failing in build_image.py for android-10.0.0_r39

3 votes
2 answers
162 views

What's the difference between these two calls to a function taking a collection of structural types?

3 votes
2 answers
1k views

Why does this F# computation expression give a warning?

3 votes
2 answers
289 views

Why are the signatures of these two methods different?

3 votes
2 answers
796 views

How do you create an F# workflow that enables something like single-stepping?

3 votes
0 answers
135 views

sbt: How do you set the value of publishTo for just one task? [duplicate]

3 votes
1 answer
344 views

Is there an Rx operator like groupBy that only groups consecutive elements?

3 votes
1 answer
96 views

How do you call F# methods in a PCL that return a string option, from an Xamarin Android C# project?