Keith Nicholas
Keith Nicholas
Not sure, just glancing through the code, but in user Edit it doesn't seem like user names are required to be unique when editing? all the code to deal with...
So it then just says it doesn't appear to be a valid RSS feed.
does repoDB support Records? also, all the current documentation uses the word "record" to refer to "database" records, which perhaps should be changed to "row"/"rows" as it now conflicts with...
Quite often a keyboard shortcut is suggested that you couldn't have used because the current focus was wrong, its just that as you got the focus to the right place,...
#JustJust in case anyone needs it... put the following into something like renameProject.ps1, then put it in the root directory of the project then just do `./renameProject.ps1 NextBigThing` Note the...
downloaded, and ran the console.... {"Could not load file or assembly 'Microsoft.Scripting.ExtensionAttribute, Version=0.9.5.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)":"Microsoft.Scripting.ExtensionAttribute, Version=0.9.5.1, Culture=neutral,...
This a great extension.... But I just used a normal web api project and added in this extension. Seemed to work ok..... is there anything extra that the angular project...
Compiling smallvec v0.6.10 error[E0554]: #![feature] may not be used on the stable release channel
Really interested to know how you structure putting this kind of thing together. Do you have a write up on how you approach this? I'm finding it interesting going through...
Just playing with dropdowns. I'm just not sure how to bind the selection to the form? ie, I can change the selection, but the form doesn't know. ``` html {{#each...