Skip to content

Instantly share code, notes, and snippets.

View ixrevo's full-sized avatar

Alexander Sokol ixrevo

View GitHub Profile
@ixrevo
ixrevo / RxFeedbackToComposableArchitectureAdapter.swift
Created April 7, 2020 10:48
Adapter to convert the RxFeedback reducer to ComposableArchitecture shape
import RxSwift
import RxFeedback
extension Observable where E == Any {
public static func system<State, Event, Environment>(
initialState: State,
reduce: @escaping (inout State, Event, Environment) -> [Effect<Event>],
scheduler: ImmediateSchedulerType,
environment: Environment,
feedback: [Feedback<State, Event>]

Keybase proof

I hereby claim:

  • I am ixrevo on github.
  • I am ixrevo (https://keybase.io/ixrevo) on keybase.
  • I have a public key ASACF09yWEKqg0LBuWce98-1K6CjqKZRLlsdsKGo3n7Q3Ao

To claim this, I am signing this object:

@ixrevo
ixrevo / WordPress Development .gitignore
Last active March 9, 2022 01:50
.gitignore file for setting up the WordPress development environment.
########################
# Wordpress Core files #
########################
wp-admin/
wp-content/backups/
wp-content/blogs.dir/
wp-content/languages/
wp-content/index.php
wp-content/themes/index.php
wp-includes/