Skip to main content
0 votes
0 answers
14 views

I am doing a yolov8 instance segmentation project. I creates a dataset with a few images using roboflow When I run it on my windows pc, it keeps saying the images are corrupted. But I have no issue ...
yeong nam tan's user avatar
1 vote
1 answer
65 views

This code creates an error: The slot COMMON-LISP-USER::NAME is unbound in the object #<THING {1002B830F3}>. I tried sbcl and clisp, both creating same problem. I can initialize instance of ash ...
nadirkazan's user avatar
2 votes
1 answer
173 views

✅ Question Body: I'm working on a remote development environment using Google Cloud Platform (GCP). I authenticate and access my VM via: gcloud auth login gcloud compute ssh my-instance-name Once ...
nick97's user avatar
  • 21
2 votes
1 answer
56 views

I need to access the $options property of the vue instance, yet getCurrentInstance().$options is undefined. <script setup> console.log(getCurrentInstance().$options) // undefined </script>
scader's user avatar
  • 547
0 votes
3 answers
253 views

I built a rockin' slider View component, but it's init() always gets called with every adjustment? And all other slider init()'s at the same time too? I am brand new to Swift programming... etc., but ...
LGLB's user avatar
  • 23
1 vote
1 answer
251 views

I have a framework that needs to discover the instance for an outer class when supplied an instance of the inner class so that I can set a field of the outer instance. class Outer { String ...
Joseph K. Strauss's user avatar
0 votes
1 answer
53 views

I have created the following class, made to manage all instances created and to enable fast lookup and retrieval of specific values by the specified lookup keys: class InstanceManager[InstanceT, ...
JoniKauf's user avatar
  • 346
-3 votes
1 answer
87 views

Below is my first serious go at a python 3.13 Class problem. I am self taught. Please don't be put off by the maths. The program is simple, and the solution must be obvious to someone with a bit of ...
Daley's user avatar
  • 37
1 vote
4 answers
211 views

When I'm trying to make instances of my class I get errors unless I add the static keyword. I'm wondering why this is, doesn't this go against the whole concept of being static. Here is my code that ...
Victor Moldoveanu's user avatar
0 votes
0 answers
24 views

Good day, I'm trying to improve my OOP competence and trying to create a code to generate a single window(gui) which hold n checkboxes based on the files the code finds in a specific folder. The idea ...
John Smith's user avatar
-3 votes
1 answer
109 views

package com.tesco.Alpacas.transformation.jml.v1.model.dto; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.tesco....
S DeepaRekha's user avatar
0 votes
1 answer
41 views

So I have this scene with a variable, per exemple : @export name: string if a get 3 of these in my main scene and all change their 'name', how can I acces that variable from the script that controls ...
Dandy Wallaby's user avatar
0 votes
0 answers
22 views

This is the instance of my application , in getx the controller is getting is destroyed but the stateless view remains as show in figure, after view times, heating starts happen. does heating issue ...
lokesh iostesting1's user avatar
2 votes
1 answer
104 views

MRE: data MRE a = Blah | Eh a | Umm (MRE a) (MRE a) deriving (Eq, Ord, Show) -- function: foo :: Eq a => Char -> MRE a -> Bool -- pattern match on Blah here -- foo x (Eh e) | x == e = ...
kesarling's user avatar
  • 2,316
-1 votes
1 answer
77 views

I'd like to ask you if there is another way to call function from a class where this INSTANCE of another class is coming from? Or do you think my approach is correct? class App(){ constructor(){ ...
Orbit's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
395