Skip to main content

Questions tagged [bind]

This tag means different things in different contexts: consider using less ambiguous tags instead. Common meanings include: the bind function in socket programming; binding to naming contexts; the deprecated bind method in jQuery; BIND the DNS server (named), . For boost::bind in C++, use [boost-bind]. Do not use this tag just to say that you're binding something to something else.

0 votes
0 answers
15 views

Make tkinter bind use keycode rather than keysym for language agnostic bindings

I'm working on tkinter python programs where I need to switch between Greek and other languages for input. My problem is that I then have to rewrite every key binding using and check for keycode to ...
PrebenR's user avatar
  • 26
0 votes
1 answer
10 views

getting Heroku Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch on fastAPI backend app

pardon the question as I am new to backend deployment I have the a very simple program from fastapi import FastAPI from fastapi.encoders import jsonable_encoder app = FastAPI() @app.get('/') async ...
balakuz's user avatar
  • 21
0 votes
0 answers
17 views

Difference between bind and on_press method in kivy?

I'm newbie. Could anyone explain the difference between the bind method and the on_press method with Button in Kivy? If I want to change the text of a Label why I should use the bind method, as ...
little lion's user avatar
0 votes
1 answer
201 views

docker compose -f docker-compose,yaml up fail: service volume services.database.volumes.[0] is missing a mount target

Here is my docker-compose file: version: '2.27.0' services: backend: container_name: nodejs build: context: /backend dockerfile: Dockerfile ports: -3000:3000 ...
Thanh Vu's user avatar
0 votes
1 answer
16 views

How to map key for specific mode map

I have this peace of code : (use-package flymake :ensure t :hook (prog-mode . flymake-mode) :bind (("C-h ." . display-local-help) :map flymake-mode-map ("C-c ! n" . ...
Michel Lecomte's user avatar
0 votes
0 answers
53 views

Unable to queue a function to a ThreadPool

As the title says, I have been unable to appropriately call the thread queuing function doJob() to assign my output function to a thread in class ThreadPool (code below). The issue seems to be with ...
LazyBear's user avatar
  • 343
0 votes
1 answer
27 views

How can I open the file correctly in CLIPS?

I had a task to wrote a function which receives as a parameter the name of a file containing the coefficients of a system of linear equations specified in the form of a rectangular matrix. Using ...
user25045928's user avatar
0 votes
0 answers
21 views

GeoDNS with bind

I'm trying to implement a geodns server using bind9. I've created the zones and the work on their own. when I try to use views It says "when using "view" statement, all zones must be in ...
S A D's user avatar
  • 1
0 votes
1 answer
41 views

Data prop responsiveness issue when input bind:value in Svelt

When export let data is an object, there is a data prop reactivity problem when using input bind:value. For example, in the following case <script> export let data = {name:"jack", age:...
한테로's user avatar
0 votes
0 answers
24 views

EditForm .net 8 bind value not workin in login page

this is my app.razor: <body> <Routes @rendermode="RenderModeForPage" /> <script src="_framework/blazor.web.js"></script> <script src="...
mathdxdx's user avatar
1 vote
1 answer
32 views

How to use entry.bind("<FocusIn>", self.method_calling) for Entries made with grid/list

On this link is this code example that generates an entry grid in a Class with get(self) and set(set) method: from tkinter import * class Table: def __init__(self, root, values): ...
i33SoDA's user avatar
  • 75
1 vote
0 answers
28 views

Attach Youtube video to liveStream and bind with liveBroadcast?

I'm currently working in Python on a project where I need to attach an existing video to a live stream that I created (liveStream.insert) and then bind a broadcast (liveBroadcast.insert and ...
lommer's user avatar
  • 11
-1 votes
1 answer
151 views

NXDOMAIN error with reverse DNS zone on Ubuntu 20.04

Good day! I have Ubuntu 20.04 and I wish to make local DNS server (on Core) in the following configuration: I used bind9. I made the forward zone with views and it seems that it works fine. Then I ...
Ekaterina's user avatar
0 votes
1 answer
49 views

Blazor binding not working when i run the app but works on the online editors [duplicate]

I'm just starting out with Blazor. I don't understand whether I am stupid or there's some kind of problem. I've made the code as simple as it can be and it is still not working for me. When I type in ...
Глеб Валерьевич's user avatar
0 votes
0 answers
45 views

How do I bind Ctrl+Left in Python's tkinter

I have Entry box widgets in my Python application. I want to give it the pretty much default text-field behavior for the Ctrl+Left arrow, Ctrl+Right arrow, Ctrl+Backspace, and Ctrl+Delete buttons. I ...
Aleks K.'s user avatar

15 30 50 per page
1
2 3 4 5
267