108 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
339
views
Export tensorflow.keras.Sequential model as FMU file
I've trained a neural network and am looking to save it as an FMU (Functional Mock-up Interface)file
import tensorflow as tf
from tensorflow.keras import layers, models, optimizers,initializers
model =...
1
vote
0
answers
175
views
How to generate preview of a design area for e-commerce product so that customer can preview it?
I have built an e-commerce website. There is a product customization feature. Just like on the sample image.
I need to implement the preview feature that is seen on the sample image. While a customer ...
0
votes
1
answer
778
views
Matching real methods not found with "new MockUp<SomeClass>"
I want to run my test, I was try many ways, with MockUp x = new MockUp<Hello> calling getMockInstance() but always I get this problem. I can never call the sayHello() with mark @Mark
Some ideas?
...
5
votes
1
answer
1k
views
How to disable bouncing effect while scrolling in figma?
My question is how to disable the bouncing effect while scrolling in Figma? I can't find any information about it in the documentation and I was thinking if is it possible to remove that effect at all....
0
votes
1
answer
514
views
Non-overridable members (here: MinioClient.BucketExistsAsync) may not be used in setup / verification expressions.'
I have codes like this:
string bucketName = "wistest-dev";
string fileNames = "/uploadFile/document/202112240201573/test111202112240202618.txt";
var min = ...
1
vote
0
answers
469
views
How to create a mockup on the server
I am trying to create a mockup for a pillow on a server so that when user add image I can use this mockup to make his image take the shape of the pillow and send the new image to the client I have ...
0
votes
1
answer
275
views
Calling a local endpoint in scala
basically I have to call a localhost mock server, at this location:
"127.0.0.1:8000/redfish/v1/EventService"
The problem is: fromURL wants a protocol (localhost doesn't have). fromFile ...
2
votes
1
answer
931
views
CSS Sticky iPhone-Mockup with scrolling content
i need your help. I want to build a iPhone-Mockup with scrolling Content. The Mockup is implement in the middle of a page. When i scroll down and the iPhone is visible and i keep scrolling, the phone ...
0
votes
3
answers
1k
views
Trying to convert Photoshop font sizes to CSS
I was recently delivered a Photoshop Mockup that was designed for an iPhone X. The resolution is 1125px x 2436px @ 72ppi. I am trying to convert this to CSS and am starting with the fonts.
For example,...
0
votes
1
answer
52
views
Storyboard dummy values
Is there a way to set dummy values onto my storyboard so I can see what the labels look like in development but not production? Like Android's tools namespace?
0
votes
1
answer
3k
views
Do with Mockit something like MockUp from JMockit
I want to do something similar to 'MockUp' from JMockit but with Mockito.
I want to control the comportment of a method of a class that extends the class i want to test.
But i have one problem that ...
0
votes
1
answer
2k
views
Mocking a GORM database with go-mocket doesn't work
I am trying to mock a gorm db by using go-mocket but it doesn't work as it should. I am not sending any mock-data to my ClusterExists function so that the unit test doesn't work as I expect.
In the ...
2
votes
0
answers
998
views
How to create user flow diagrams with BPMN?
Wireframes are a kind of blueprints when designing frontends. I recently came across an extension to that called "user flows" or "UI flows", which visualizes parts of the interactivity of the user ...
1
vote
0
answers
100
views
Necklace Mockup Tool in JavaScript does not always work as expected
I am using Shopify and a script located at https://app.cjdropshipping.com/static/shopify/pod/pod.js to generate mockups for a necklace product. You basically need to upload a photo and then it takes ...
0
votes
0
answers
507
views
CSS3 matrix3d transform
I'm trying to make a mockup about carpets. I'm using JavaScript to calculate parameters. Here is my JavaScript code:
var mainImageHeight = $(".mockup-main-image").height();
var mainImageWidth = $(...