Skip to main content

Questions tagged [synchronization]

Synchronization refers to using controls to maintain a coherent representation, either a group of processes running the same program (process synchronization), or representations of data (data synchronization).

0 votes
0 answers
9 views

Suggestions for analyzing synchronization data and running a two-factor ANOVA on circular data on MATLAB

I am running a tapping experiment where I have to analyze whether meter and/or pattern affect the synchronization performance. The within subjects experiment is comprised of 6 conditions, so it's a 2 ...
A. Chavez's user avatar
0 votes
0 answers
12 views

Sync issue for gl_InstanceIndex between vertex and fragment shader

I'm trying to implement this OpenGL text-rendering tutorial in Vulkan: https://learnopengl.com/In-Practice/Text-Rendering and the improvements in this video: https://www.youtube.com/watch?v=...
rgos's user avatar
  • 89
-1 votes
0 answers
11 views

Problème of synchronization in tricount [closed]

In the tricount application, i m following a count. The count seems not synchronized with other users. I find no action to synchronise the count
Jean-Claude Moissinac's user avatar
0 votes
0 answers
43 views

Depth image(pyramid) transition syncronization issues

Following the Vulkan guide(https://vkguide.dev/docs/gpudriven/compute_culling/) (extra-engine branch), and having problems with depth pyramid image transition. Vulkan gives this error \>VkImage ...
Ciborg's user avatar
  • 25
0 votes
0 answers
13 views

Plotly 3D Graph Sync Issue with 2D Graph in Angular App

I am working on an Angular project where I use Plotly to display both 2D and 3D graphs. I have successfully implemented synchronization from the 3D graph to the 2D graph on hover, where the same ...
MetalCat's user avatar
0 votes
0 answers
39 views

How to sync files with Google Drive API to a mobile app

I need to sync all the files from within a folder in Google Drive to a mobile app using the Google Drive API, and I do not see how to approach it. There is a files.list endpoint which could be used ...
Enric's user avatar
  • 103
-1 votes
1 answer
38 views

How can I make discord application commands Sync instantly in Discord.py?

I am trying to create a moderation bot that is able to have slash commands and I only need it for one server. I can't figure out why the commands are not syncing at all and I do want them to sync ...
KJ Zabinsky's user avatar
0 votes
1 answer
70 views

How to synchronize a producer consumer problem with two mutexes?

I'm currently working on a homework assignment for my university. We are supposed to make a circular buffer threadsafe, given a struct rbuf with two mutexes and two signals. The two mutexes can ...
Miriman's user avatar
  • 19
0 votes
0 answers
26 views

SwiftUI with Metal synchronize issue

I am writing a SwiftUI with Metal project on macOS, and that drawing the screen capture on external monitor with renderer in SwiftUI. I uses triple buffering with semaphore for synchronizing the CPU ...
timyau's user avatar
  • 214
1 vote
0 answers
30 views

Producer-Consumer Problem with Mutexes and pthread_cond_timedwait [closed]

I am working on implementing a producer-consumer problem in C where multiple writer and reader threads interact with a shared buffer. The buffer is managed using four pointers: start, end, read, and ...
Miriman's user avatar
  • 19
0 votes
0 answers
11 views

How to query a list of strings field in an Amplify DataStore model using a String value

I have the following models: type Activity @model @auth(rules: [{ allow: private, ownerField: "pOwner" }]) { id: ID! friendsListID: ID @index(name: "byFriendsList", ...
Chuender's user avatar
  • 103
0 votes
0 answers
14 views

Amplify Datastore Sync Expression for related models

I'm trying to use sync expression to limit the amount of data users need to sync from the cloud, but am unable to do so if a single sync expression is dependent on two different models. Here's the ...
Chuender's user avatar
  • 103
0 votes
1 answer
43 views

EntraID/AzureAD - SCIM API driven provisioning to Entra - why employeeLeaveDateTime is not syncing to Entra

I use proper date format for both employeeHireDate time and employeeLeaveDateTime which is "YYYY-MM-DDThh:mm:ssZ" as per https://learn.microsoft.com/en-us/entra/id-governance/how-to-...
Ama's user avatar
  • 1
-1 votes
0 answers
33 views

EntraID/AzureAD - SCIM App Provisioning - Expression building - in a seek of doc with all functions/getters

Example I'm working on my LAB and I'm wondering about SCIM API-Driven provisioning expression building. DefaultDomain() - returns the default domain in your tenant - the only reason I know about ...
Ama's user avatar
  • 1
0 votes
0 answers
26 views

Flutter Sync with SQFLite and CouchDB

Future<void> startReplication(Database database) async { final replicator = await Replicator.create(ReplicatorConfiguration( database: database, target: UrlEndpoint(Uri.parse('ws://...
Roberto rodriguez carbonell's user avatar

15 30 50 per page
1
2 3 4 5
837