Suchakra Sharma
Suchakra Sharma
IMHO, if someone is serious about this then eventually there would be a need to use things like Stanford NLP or OpenNLP toolkits. Have a look at **Treat** also -...
Ruby allows using double splat arguments without the attached hash for whatever reasons 🙄 Recently saw this in production code where the parser/frontend breaks. For example this is valid function...
**Describe the bug** We are facing issues in downloading certain dependencies which have suffix such as `rc-1`, `beta1` etc. in the composer file. Here is a sample log below. ```...
The `as` expression can be used to cast. Sample to reproduce: ```csharp public class Foo { private readonly Bar _b = new (); public test() { var o = _b.Abc(i)...
This is observed often via target-types `new()` : https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/new-operator#target-typed-new Sample to reproduce: ```csharp public class Foo { private readonly Bar _b = new (); public test() { var o =...
This will be part of each lab. It should contain a slideshow or sequential screenshots of how to navigate trace compass in a efficient manner for a given task in...
We need to show at least one example of perf tracing (with perf-ctf-converter), maybe in the advanced sessions
A generic organizational template we follow for each lab - Introduction - Overview - How we will do things - Goals of Lab - Why we do this - Steps...
There are many dependencies using APIs which seem to have been deprecated. Tried upgrading this over the holidays, but it seems there are issues. here are the previous reverts: https://github.com/unstructuredstudio/zubhub/pull/275