-
Hi.
I have become interest in how quack has managed to perform irq routing with lai. Unfortunately, the link on the README to build quack refers to a private gitlab repo called bootstrap. Can't clo…
-
Boot on asus zenfone live l1 but wifi not working
-
Hello. Device Oukitel C11 Pro(vendor 8.1). With a new image, the smartphone comes to the boot logo, this is progress. Please see the logs. Maybe you tell me something?
[logcat.txt](https://github.com…
-
using "docker-compose -f docker_compose.yml up"
I started up mongodb:4.2 and quack. See the log - mongodb 4.2
started correctly and quack appeared to start.
Using a local firefox, I logged in u…
-
1. Crete Runtime `library-app`
2. Create DB `people-service`
3. cd into library-app then `pnpm start`
4. cd into `library-app/services/people-service`
5. Changed migration files…
-
-
Hello fx-ers, I'm curious if an idea like this has been discussed yet:
### Common DI Patterns
Today, I imagine the most common way to construct a concrete type and then depend on the interface is …
-
Consider the following code:
``` ceylon
interface Duck {
shared formal void quack();
}
void fun(Duck duck) {
duck.quack();
}
void run() => fun(object satisfies Duck { quack() => print("quack…
-
For example:
```
public class Duck
{
public void Quack(){}
}
public interface IQuack
{
void Quack();
}
public static void Main()
{
var duck = new Duck();
var proxy = duc…
-
I'm writing a TreeProcessor extension and have had to put in some defensive stuff to handle `ListItem` nodes (for a definition list) which do not seem to have `#role` or `#blocks` methods as I would h…