I could use some help as I can't seem to work this out but I'm creating a c# windows application and I need to read and write from files. I've mostly got it wor
I have a collection with documents, like this: { _id: ObjectId('xyz'), companyId: 'xyz', lastModifiedByUserEmail: '[email protected]' } I need to know the las
I want to reduce the space between Tabbar and listtile. I wrote them in two different files so i'll add both the codes. tried adding padding but no use. main.
Clang compiles this fine, but GCC and MSVC complain that operator= cannot be defaulted: #include <type_traits> template<class T> struct S { typ
I have a modal panel for login/ sign-up operations and I am notifying in case of unsuccessful login with bootstarp-notify , but notification appears on the bl
I wrote this music player code and when I hit the next button and then I work with slider the time Elapsed in the status bar resets to zero. and also all music
I have a telegram bot which publishes messages to somebot using this code. import telegram from telegram import ParseMode def send_msg(text):
I want to change remove a certain tag with an id in the html page, eg.<div id="theid"><p>sometext</p></div> Is there any ways to do it w
I'm trying to access my repository dependency from my integration tests but I can't seem to find a way to do so. @Singleton @Component( modules = [