jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Front page / Stack Overflow · hot matching “list”

4 shown · updated 5s ago · read only
  1. How do I make an IRIS list/array property queryable per-element in SQL, without updates rewriting the whole list? (stackoverflow.com)stack

    26 points by Svetik May in stackoverflow.com · 58m ago · stack

    I’ve got a CRM.Contact class where each contact has multiple phone numbers plus some free-form metadata. started with the obvious thing: Class CRM.Contact Extends (%Persistent, %Populate) { Property FullName As %String(MAXLEN = 100); Property PhoneNumbers As list Of %String; Pro…
  2. How to average multiple files across groups (stackoverflow.com)stack

    24 points by carbonmire in stackoverflow.com · 3h ago · stack

    I have a folder of some 1400 CSV files that are all in identical format. Each file has a row of column headers, a column of row headers, and a matrix of data. All cells are numerical except the column headers (row headers are numerical and each position is always the same number…
  3. Firestore batch.commit adding more than 500 documents at a time (stackoverflow.com)stack

    10 points by live-love in stackoverflow.com · 6y ago · stack

    I am new to Firestore, trying to figure out a fast way to add some documents in Firestore using Dart. I used the code below. I had about 3000 strings in a list, and it ended up adding all the 3000 documents, but it took a long time, about 10 minutes, and I also got an error mess…
  4. Infragistics UltraGrid : Unable to enter edit mode for focused column (stackoverflow.com)stack

    1 points by Jyotsna Sonawane in stackoverflow.com · 15y ago · stack

    Info: I am working with a C#.NET 3.5 winforms application and using Infragistics ultrgrid 8.2 in it. The grid has 5 columns, of which first three are readonly and 4th and 5th are valuelisted dropdowns. The 4th column is called "From". What do I want to achieve: When form launche…