Daniel Sanchez
Daniel Sanchez
So ideally it should work like the WFR documentation? I.e. only allow click-to-copy for the input 
I meant generating this: ```wl (*In[] :=*) test[] ``` ```wl (*Out[] =*) "This is a test" ``` It would be great to modify what is/isn't copied....
Yes, that was really a quick implementation. As you said, the idea would be to `TimeConstrain` it and show the Graph-like box if it takes too much time.
Haven't read the whole post but this works now: ```wl In[]:= SetReplace[{{1, 2, 3}, {3, 4, 5}, {1, 2, 3}, {3, 4, 5}}, {{1, 2, 3}, {3, 4, 5}, Except[{5,...
In: ```wl In[] := SetReplace[{}, ToPatternRules[{{1} -> {}, {} -> {}}]] ``` Is it intended that two events occur? `{{{1, {} -> {}, 1}, {2, {} -> {}, 1}}}` When...
May be relevant: https://github.com/WolframResearch/codeinspector
Formatter: https://github.com/WolframResearch/codeformatter
Should be useful (from #wolfram-language discord channel): ```wl getFooData[Foo[_,_,assoc_]] := assoc; Foo[assoc_Association] ? System`Private`HoldNoEntryQ := ( (* check that assoc is valid *) System`Private`ConstructNoEntry[Foo, assoc] ) myAPIFunction[foo_Foo ? System`Private`NoEntryQ] :=...
I guess those symbols should be left for backwards compatibility? Also, what would be the best name for the properties of the object in `WolframModel`, (as it can't be `"Properties"`):...