-
Currently I found two ways to list (direct) dependencies of a project using Pkg.
If the project is active, then `Pkg.project().dependencies` does the job, however to list dependencies of a project …
-
Hi,
We have a repeated requirement with a lot of our clients to generate previews of MSG emails - the general use case is, they save their emails from Microsoft Outlook as MSG, and upload it to the…
-
Hello Paul,
Looks good, this exercise is intended in part to give you an introduction to the general rhythm of this course. The course is entirely project-based with an app being assigned each week…
-
`mxnet.Util.toNoLossString` was written solely with `float` variables in mind, but in practice there are multiple different types that might be of interest.
With this in mind, it could be a good id…
-
Hello Raghu,
Looks good, this exercise is intended in part to give you an introduction to the general rhythm of this course. The course is entirely project-based with an app being assigned each week …
-
This would be a very simple application that gave people on the ground the option to request high quality OSM map data for very fix maximum area. I would say the village level should be the maximum (7…
-
Hello Junhao,
Looks good, this exercise is intended in part to give you an introduction to the general rhythm of this course. The course is entirely project-based with an app being assigned each w…
-
Hello,
I upgraded the Debian+Ubuntu package to the latest release and spotted the automated download of the Schrödinger maeparser and coordgenlibs source trees. The Linux distros want to share as m…
-
There are cases where falling through in switch statements keeps code DRY; for example, if there is some processing needed when a special condition is met and further processing when a more general co…
-
So I originally went with vector76 after a brief look at kennetek's code, because the module decomposition in vector76's code made more sense to my brain:
- with vector76 the modules are things like …