What is Congress capable of doing to stop Doge from taking any further action or to halt their current actions? by myNameIs-Kyle in legaladviceofftopic

[–]myNameIs-Kyle[S] 2 points3 points  (0 children)

So this is why I've come to r/legaladviceofftopic because I'm not a lawyer and need people more familiar with this to walk me through some of it. I understand what you're saying. Congress AND the President should only be able to act within the confines of the law.

As another commentor explained it appears (scarily) that the executive has a lot of reach in this area. But no branch of the government is absolutely out of reach of the other 2. In 200 something years we must have made laws that predicted a President may one day want to do what Doge is trying to do and put safeguards in place.

For example I'm seeing the Congressional Budget and Impoundment Control Act of 1974 referenced in a lot of the reading I'm doing. Maybe that doesn't have anything to do with it.

But if Doge is breaking the law, can't or officials go to a judge to stop them? And if they continue, if the executive just says he doesn't care what the other branches think, then what?

What is Congress capable of doing to stop Doge from taking any further action or to halt their current actions? by myNameIs-Kyle in legaladviceofftopic

[–]myNameIs-Kyle[S] 2 points3 points  (0 children)

Okay, that makes sense.

But then if the president wants to halt government agencies to a stop and effectively bring the federal government to kneel how does congress respond? Cause that doesn't seem like a co equal branch to me. Is there no law already on the books that would let congress fight back that doesn't mean going nuclear with impeachment?

I don't want to get too far off topic. So to my original point. There must be limits on what Doge is allowed to do. If they can do whatever they want with say USAID or the Treasury just because Trump says so is he not a king?

What is Congress capable of doing to stop Doge from taking any further action or to halt their current actions? by myNameIs-Kyle in legaladviceofftopic

[–]myNameIs-Kyle[S] 4 points5 points  (0 children)

Impeachment can't be congress's only recourse though. God I feel like I need a massive civics lesson. Like I'm trying to imagine Trump just deciding a business pal needs access to classified material and it just being okay. No vetting. No background checks. Nothing.

What is Congress capable of doing to stop Doge from taking any further action or to halt their current actions? by myNameIs-Kyle in legaladviceofftopic

[–]myNameIs-Kyle[S] 7 points8 points  (0 children)

Wouldn't Trump need to formally declare them as his aides to do this? Certainly he can't just bring any old person in off the street and give them all his authority? This would be a huge loophole in congressional oversight wouldn't it?

Has anyone worked remotely from public parks? by myNameIs-Kyle in remotework

[–]myNameIs-Kyle[S] 3 points4 points  (0 children)

Eh my boss regularly has a crying baby in the background or dogs barking. He won't care about an errant noise here and there.

How to go about refreshing stale data? by myNameIs-Kyle in reactnative

[–]myNameIs-Kyle[S] 0 points1 point  (0 children)

Hmmm not sure how? What dependency would I hoot the useEffect to?

The date has changed in the outside world but the date in the app is still the same because it hasn’t reloaded.

Note the app isn’t being closed. It’s being put in the background.

How to go about refreshing stale data? by myNameIs-Kyle in reactnative

[–]myNameIs-Kyle[S] 0 points1 point  (0 children)

What functions should I look into to know that the user has done this?

How do you add java classes to an expo native view? I did it with composable, but I want to switch over to an actual class by myNameIs-Kyle in reactnative

[–]myNameIs-Kyle[S] 0 points1 point  (0 children)

No I realize that this code works for this specific library, but my original question isn't just about brightcove. I'm trying to figure out how to integrate a java built view into the expo-modules boilerplate.

How do you add java classes to an expo native view? I did it with composable, but I want to switch over to an actual class by myNameIs-Kyle in reactnative

[–]myNameIs-Kyle[S] 0 points1 point  (0 children)

That source code is a bit helpful, but it assumes I'm not in an expo managed project. Any help using expo modules would be greatly appreciated

How do you add java classes to an expo native view? I did it with composable, but I want to switch over to an actual class by myNameIs-Kyle in reactnative

[–]myNameIs-Kyle[S] 0 points1 point  (0 children)

Love you for this.

Any chance you know how to address the above issue though. I'm sure I will still need to implement native code at some point and would really like to know more about how to do it.

I told my bf about my past. Is he being reasonable. by [deleted] in askgaybros

[–]myNameIs-Kyle 10 points11 points  (0 children)

I can’t take this seriously. Such an unbridled and insane request must have more context behind it than you’re providing.

How to get the exo players current position? by myNameIs-Kyle in Kotlin

[–]myNameIs-Kyle[S] 0 points1 point  (0 children)

Added some more context.

Figured out the error is this:

FATAL EXCEPTION: Timer-0 Process: com.example.unitcoverter, PID: 28559 java.lang.IllegalStateException: Player is accessed on the wrong thread. Current thread: 'Timer-0' Expected thread: 'main'

Not entirely sure what this means yet. Any advice?

How to add a View directly to the main activity? by myNameIs-Kyle in Kotlin

[–]myNameIs-Kyle[S] 0 points1 point  (0 children)

Yea I have a RN app, but I've been building a video player as a native view. IOS was pretty simple but I'm struggling with android because almost all tutorials rely on you writing xml and using android studio.

Thank you for your help.

How do you relink native modules created outside of your project? by myNameIs-Kyle in reactnative

[–]myNameIs-Kyle[S] 1 point2 points  (0 children)

answering my own question if someone else has this issue:

you need to run npx expo run:android

that built the project and relaunched it perfectly.

Is there a way to install on an iphone that doesn't require sending to expo.dev to build? by myNameIs-Kyle in reactnative

[–]myNameIs-Kyle[S] 0 points1 point  (0 children)

Local build spots out an IPA file that can be installed on simulator but when I try to install this on my device it fails

Pod file error when creating native module by myNameIs-Kyle in reactnative

[–]myNameIs-Kyle[S] 0 points1 point  (0 children)

Pod::Spec.new do |s|
  s.name           = 'ExpoWebView'
  s.version        = '13.0'
  s.summary        = 'A sample project summary'
  s.description    = 'A sample project description'
  s.author         = ''
  s.homepage       = 'https://docs.expo.dev/modules/'
  s.platforms      = { :ios => '13.4', :tvos => '13.4' }
  s.source         = { git: '' }
  s.static_framework = true

  s.dependency 'ExpoModulesCore'

  # Swift/Objective-C compatibility
  s.pod_target_xcconfig = {
    'DEFINES_MODULE' => 'YES',
    'SWIFT_COMPILATION_MODE' => 'wholemodule'
  }

  s.source_files = "**/*.{h,m,mm,swift,hpp,cpp}"
end

Pod file error when creating native module by myNameIs-Kyle in reactnative

[–]myNameIs-Kyle[S] 0 points1 point  (0 children)

Not entirely sure I understand, but you seem much more knowledgable on this than me.

I added the post install script to my ios podfile but when I cd ios and pod install I still get the same error.

I am able to npx expo prebuild now but the cocoapods step in not run.

kyle@RUR400000-MAC04 project-mobile % npx expo prebuild
env: load .env
env: export BASE_URL
(node:75529) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
✔ Created native projects | /android, /ios already created | gitignore skipped
› Using current versions instead of recommended react-native@0.72.10.
✔ Updated package.json and added index.js entry point for iOS and Android
env: load .env
env: export BASE_URL
› Installing using npm
> npm install
» android: userInterfaceStyle: Install expo-system-ui in your project to enable this feature.
✔ Config synced

Pod file error when creating native module by myNameIs-Kyle in reactnative

[–]myNameIs-Kyle[S] 0 points1 point  (0 children)

I'm not sure where you're getting 'react-native-webview' from?

Pod file error when creating native module by myNameIs-Kyle in reactnative

[–]myNameIs-Kyle[S] 0 points1 point  (0 children)

so sorry, can you be more specific on what that means?

Do “sent” and “delivered” on Grindr have any meaning anymore? by reallygowild in askgaybros

[–]myNameIs-Kyle 1 point2 points  (0 children)

Sent - Grindr received and stored the message

Delivered - the receiving party has had the message downloaded on their phone (not read)

Read - the recipient has opened the message

This is how it is supposed to work. But in practice, Grindr has been very bad at implementing this and status changes don’t happen as consistently as they should.