Skip to main content
0 votes
1 answer
160 views

TypeError: Cannot read properties of null (reading 'ce')

The app I'm working with contains a core and modules. As I was migrating from Vue 2 to Vue 3, I encountered an error that I can't seem to solve. In the previous version, each module contained a Rollup ...
gitsal's user avatar
  • 21
-1 votes
0 answers
37 views

Jmh Netbeans Ant Modular Project setup

Following is my environment. netbeans 22, jdk 22.0.2, jmh 1.37. I have added jmh to the netbeans libraries and have added it to my modular ant project. Everything is workig fine, the project compiles ...
John Smith's user avatar
0 votes
0 answers
32 views

Run Yolov5 model in Max engine using Mojo

Issues in loading and compiling the yolov5s.torchscript model in MAX Engine using Mojo. Referred the documents at https://docs.modular.com/max/mojo/get-started and https://docs.modular.com/max/model-...
Krisha Kapadia's user avatar
0 votes
0 answers
21 views

How can I add projects to a Blazor Server App?

I have a large blazor server app that i have been building for a few years and it is now too big and unwieldy. So i want to create new functionality in standalone projects that can be built and ...
johnm's user avatar
  • 51
0 votes
2 answers
62 views

How To Work With Subscriber? Laravel Nwidart Modules

I'm new to using Laravel Modules, and have tried Event-Driven (via Event-Listener) but there is a little problem, where when using the subscriber method, the listener doesn't listen to events and the ...
Ravi Mukti's user avatar
0 votes
1 answer
123 views

Firebase web modular API get() and dbRef

I am migrating from the Firebase namespaced to modular API. There is one detail I do not fully understand. I have replaced the once() call with get(), but it's the database reference usage that ...
Kermit's user avatar
  • 3,308
1 vote
1 answer
41 views

Typescript path module resolution is not working

I am using Express JS and Typescript. I am trying to implement a modular pattern. tsconfig.json { "include": ["src"], "exclude": ["node_modules"], "...
Emdadudl Haque Apu's user avatar
0 votes
0 answers
132 views

@angular/fire modular equivalent to "compat" code to listen to snapshotChanges

How would I rewrite this function in the latest "modular" version of angular firestore? getLatestEntries(limit = 5) { return this.db.collectionGroup('Entries', ref => ref.orderBy('...
user1498688's user avatar
0 votes
1 answer
169 views

installed mojo programming language but finding a repeating command when executed

I've installed mojo on my compute : and went to ran the code 'nano__.zprofile' previously when downloading modular/mojo I ve got network issue, couple of times so I've done it multiple times Now when ...
SRINIVASA-ABHIRAM's user avatar
1 vote
1 answer
182 views

Mojo (Mac) using wrong python lib

As most Mac users, I have two separate versions of python on my machine: The one installed by Apple (version 3.9 in /usr/bin) and one installed via Homebrew (version 3.11 in /opt/homebrew/bin). I've ...
volkerschulz's user avatar
  • 2,104
-1 votes
1 answer
1k views

WslRegisterDistribution failed with error: 0x80370114 : mojolang [closed]

I am trying to download mojolang from the website https://developer.modular.com/download It says "Install Ubuntu 22.04 for WSL and open it." I tried installing Ubuntu 22.04.2 LTS from the ...
Free Palestine's user avatar
0 votes
2 answers
488 views

Mojo: "Error: An error occurred in Python."

I am trying out Mojo by Modular and more specifically having a look at the Mandelbrot.ipynb available here. When running the line np = Python.import_module("numpy") I get the rather odd ...
Ivar Eriksson's user avatar
5 votes
0 answers
358 views

How to parametrically check if a variable is of a type in Mojo?

I am trying to create a function that takes in any object and prints it if it is _Printable, and prints "object" otherwise. To do this I am trying to use @paramter if to check the type at ...
Elan-R's user avatar
  • 554
0 votes
1 answer
173 views

How to prevent wall trim-sheets seams in Unity 3D URP?

Please take a look at the image. I have two planes touching, and I want to avoid seams in URP. What is the best practice to mitigate this problem? I tried, changing A-Aliasing in URP settings, and ...
V S Vuca's user avatar
0 votes
1 answer
231 views

Maven jlink plugin: native libraries not found when running the resulting image

Context: Linux Mint 21.1, Java Adoptium 17.0.7 JDK, Maven 3.6.3. My modular application uses LWJGL (and then its native libraries); using the Maven jlink plug-in I generate a Java image. During ...
Maurizio M. Gavioli's user avatar

15 30 50 per page
1
2 3 4 5
24