Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for FractionalRadix‭

Type On... Excerpt Status Date
Comment Post #290124 Welcome to Codidact! Have you tried reaching the endpoint using a separate client, like cURL or Postman? Judging by the error message, you are trying to reach an endpoint on your own machine? I note that although the message is "ERR_BAD_REQUEST", the code is not 400 but 404 - "Not Found". Are you ...
(more)
6 months ago
Comment Post #289229 I'm thinking that a statement that returns a value, is both an expression and a statement. I need to do a little more thinking before I'll update my answer.
(more)
9 months ago
Comment Post #288987 Hm, yes, I think you're right. I've updated my answer. It's getting late over here; I'll check tomorrow if I need to update it futher. Thanks for pointing out the mistake!
(more)
10 months ago
Comment Post #288987 I have updated my answer.
(more)
10 months ago
Comment Post #288946 [This article](https://proandroiddev.com/handling-back-press-in-android-13-the-correct-way-be43e0ad877a) suggests using `onBackInvokedDispatcher` instead of `onBackPressedDispatcher` for a related situation. I'll have a closer look later, but maybe this can help you in the mean time. (Been at this...
(more)
10 months ago
Comment Post #288438 I'm not familiar with the DocuSign API. But the `jakarta/ws/rs/` seems to be part of the [Jakarta RESTful WS API](https://mvnrepository.com/artifact/jakarta.ws.rs/jakarta.ws.rs-api) . It seems the system tries to start the ApiClient, but can't find the prerequisites - such as the Jakarta RESTful W...
(more)
11 months ago
Comment Post #287697 Have you tried reaching the endpoint using cURL, or a browser? Did that also give a 404?
(more)
over 1 year ago
Comment Post #287493 `mark > 40 = name` returns a String. But the function definition says it should return a list of String.
(more)
over 1 year ago
Comment Post #283705 Thanks, this makes sense! I'll look into it more closely later. Meanwhile you've got my vote. Good point about the naming of `ListOfPoints`, too.
(more)
over 2 years ago
Comment Post #278897 Haven't voted on this (yet)... but I consider the "extra effort" to read and write braces negligible. In fact, I feel the extra braces make it _easier_ to read, because they help to show which code belongs together.
(more)
about 3 years ago
Comment Post #279834 @ghost-in-the-zsh If I find the solution, I'll post it. This was always a hobby project, and I've been busy with other ones.
(more)
about 3 years ago
Comment Post #280795 I feel this question is too broad. HTTP is a protocol, strictly meant for the web. It has a formal specification. REST is an architecture - it's a set of design principles, and if any application follows these principles, it can call itself RESTful. But unlike HTTP, there's nothing formal about it - ...
(more)
about 3 years ago
Comment Post #280778 @Alexei At the current stage of CoDidact, I don't think this is too broad. Even "that other Q&A site" had a canonical Q&A about building a login page. I hope questions like these will attract more users to our community. As an alternative to a question, we could have an article on the subject of doin...
(more)
about 3 years ago
Comment Post #280778 The backend should create a salted hash of the password, it should not store the password itself. For calculating the salted hash, use existing software or what is built-in in the available Java API's. Writing cryptographic code is notoriously difficult and error-prone.
(more)
about 3 years ago
Comment Post #280658 +1 for pointing out the false dichtomy. It might be worth adding why interpreters are easier to write; e.g. no need to do register allocation.
(more)
about 3 years ago
Comment Post #279834 @ghost-in-the-zsh As you suggested, I've tried again with exactly the same bytes. I've included screenshots of the captures. If necessary, I could add the .pcapng files, I guess. (Sorry for getting back late BTW; this app is a hobby project, and I have little spare time to work on it.) Good point abo...
(more)
over 3 years ago
Comment Post #279834 @Moshi Well, now apparently I can create new tags... I guess I missed something. Thanks for pointing out that it's not ability-locked!
(more)
over 3 years ago
Comment Post #279834 @Moshi ...so, I unlocked that Ability? That would be nice! I tried adding new tags myself, but it didn't work.
(more)
over 3 years ago
Comment Post #279834 @ghost-in-the-zsh Well spotted! The 0xfeca value is arbitrary; it is a value that the receiver must return, so the sender knows it got the right message. (And yes, that's not watertight... but that's the spec). There are no logs from the receiver; using the "-d" option is the most informative you can...
(more)
over 3 years ago
Comment Post #279002 @Alexei‭ Thanks! "Binding" seems a rather broad tag. But I'll let the community decide about that.
(more)
over 3 years ago