-
## What is modern CMake?
Since CMake-2.8, CMake has introduced a new way to create express dependencies between targets and external libraries, using "properties" and "imported targets", instead of…
-
I'll begin by talking about how npm inspired me to write more modular code, and my interest in bringing this modularity to the browser as well, exploring the different options for that as we go along.…
-
Hi Professor,
Here is an issue that links to my final test code for my line_calculator. First, I developed a test for the non-modular code. Then after realizing that I could split it up more, I mad…
-
I've installed [Haiku](https://www.haiku-os.org/) over the weekend and was so impressed by the new beta that I'm considering to leave the Linux world for it. Out of curiosity - as I understand Haiku h…
-
Currently, malloc blobs are syntactical globals, i.e., they become shared between threads upon their creation. However, additional such variables can be created after having entered multi-threaded mod…
-
The dependency on [HaskellForMaths](https://hackage.haskell.org/package/HaskellForMaths) turned out to be not a wise choice. Even though it provides an implementation of field extensions (finite fiel…
-
We will not be using other prebuilt libraries (e.g. imgui) for Mach's UI framework. We will do something custom, which will be properly built on top of our ECS.
**Short term goals:**
* Built on …
-
Currently there is no way of authoring things modularly and/or consuming non-in-box APIs.
This is a bit of a blocker for me, and I otherwise love the idea.
I noticed that you plan to make the compil…
-
### Your use case
![image](https://user-images.githubusercontent.com/4626865/145856062-12246bc0-ec77-4c19-ac92-c698e728e6bb.png)
This screen is confusing users:
- Non legible, people aren't rea…
-
#
# 1-Missing Event for Critical Parameters Change
**Context:**
[NFTDropCollection.sol#L159](https://github.com/code-423n4/2022-08-foundation/blob/main/contracts/NFTDropCollection.sol#L159)
[NFTDr…