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.

Posts by talex‭

8 posts
81%
+7 −0
Q&A Map<?, Optional<T>> to Map<?, T>

I have a Map with Optional values. I want to filter it to remove empty values. Map<K, Optional<T>> input; Map<K, T> result = input. // here is some code I'm looking for ...

2 answers  ·  posted 1mo ago by talex‭  ·  last activity 1mo ago by hkotsubo‭

Question java stream
77%
+5 −0
Q&A Json deserialization of enum, forbid int

I have a DTO that contains an enum field: @Getter @Setter static class Foo { Bar bar; } enum Bar { X, Y } When I deserialize a JSON, it allows int as values: var objectMapper ...

2 answers  ·  posted 24d ago by talex‭  ·  edited 23d ago by hkotsubo‭

Question java json jackson
71%
+3 −0
Q&A Execute SQL queries stored in a table

Let's say I have a table with SQL statements in a column. I want to execute them all. create table sql_command( sql_text text ) I know how to execute one SQL statement using EXEC, but I wa...

1 answer  ·  posted 1mo ago by talex‭  ·  edited 1mo ago by Michael‭

Question sql postgresql
71%
+3 −0
Meta Tag full names.

Currently we have composite tag names like node:stream. That tag have Node.js as its parent. I propose to display child tag with its parent, for example `Node.js:node:stream'. It will require ren...

0 answers  ·  posted 1mo ago by talex‭  ·  edited 1mo ago by talex‭

71%
+3 −0
Meta What is the difference between `back-end` and `backend` tags?

I found two tags: back-end and backend. Should we merge them?

1 answer  ·  posted 15d ago by talex‭  ·  last activity 15d ago by Andreas lost his angel wings‭

Question discussion tags
66%
+2 −0
Q&A Multiple versions of scala libraries detected!

While compiling my scala project I'm getting following error. org.scala-lang.modules:scala-parser-combinators_2.13:2.4.0 requires scala version: 2.13.13 org.scalatest:scalatest_2.13:3.2.19 requ...

0 answers  ·  posted 6d ago by talex‭

Question maven scala
60%
+1 −0
Q&A Execute SQL queries stored in a table

I manage to solve my problem with next code: do $$ declare sql_text text; sql_list text[]; begin sql_list := array( select c.sql_text from sql_command c ); raise notice 'sta...

posted 1mo ago by talex‭

Answer
60%
+1 −0
Meta I created a tag, now it need edit.

I created stream tag, but can't edit it. It should at least have java as parent tag.

2 answers  ·  posted 1mo ago by talex‭  ·  last activity 1mo ago by Lundin‭

Question support tags